C Language | C Programming
C Programming Language :)
Tutorial's :
Compilers: Top 5 Compilers To Download
For Example:
NOTE:- Compilers are computer translators which translate high-level language into low-level language or machine language(001101…) so that machine could understand it and execute in a single run. Here you can download Compliers by clicking those above links ...!
Syllabus:
UNIT - I
Overview of Computers and Programming - Electronic Computers Then and Now Computer Hardware - Computer Software - Algorithm - Flowcharts - Software Development Method - Applying the Software Development Method.
Types, Operators and Expressions: Variable Names - Data Types and Sizes - Constants -
Declarations - Arithmetic Operators - Relational and Logical Operators - Type Conversions -
Increment and Decrement Operators - Bitwise Operators - Assignment Operators and Expressions -Conditional Expressions - Precedence and Order of Evaluation.
UNIT - II
Conditional Statements
Selections Statements –Loops/Iteration Statements – Jump Statements- Expression Statements - Block Statements.
UNIT - III
Single Dimensional Arrays – Generating a Pointer to an Array – Passing Single Dimension Arrays to Functions.
Two Dimensional Arrays – Indexing Pointers – Array Initialization – Variable Length of Arrays
Strings -Strings Handling Functions
Strings-Headerfile
Pointers - Arrays & Pointers
UNIT - IV
Pointer Variables – Pointer Operators - Pointer Expressions – Pointers And Arrays Multiple
Indirection – Initializing Pointers – Pointers to Functions – C‟s Dynamic Allocation Functions – Problems with Pointers. Understanding the scope of Functions – Scope Rules – Type Qualifiers – Storage Class Specifiers- Functions Arguments –The Return Statement.
Command line arguments – Recursion – Function Prototypes – Declaring Variable Length Parameter Lists
Structures – Arrays of Structures – Passing Structures to Functions – Structure Pointers – Arrays and Structures within Structures – Unions – Bit Fields – Enumerations – typedef
UNIT - V
Files In C :
Reading and Writing Characters – Reading and Writing Strings – Formatted Console I/O – Printf - Scanf – Standard C Vs Unix File I/O – Streams and Files – File System Basics – Fread and Fwrite – Fseek and Random Access I/O – Fprintf ( ) and Fscanf( ) – The Standard Streams – The Preprocessor Directives #define and #include.

Comments