Introduction to ‘C’ language
Features of C
History
Structure of C Program
Keyword, Identifiers & Constants
Primitive Data Types
Aggregated Data Types
Operators
Decision Making statement
Simple if
if..else
Nested if
if..else ladder
Goto Statement
Break and Continue Statement
Switch..Case statement
Loop
While
For
Do..While
Nested loop Statements
Arrays
Introduction to arrays
Need for Arrays
Types of arrays
One Dimensional Arrays
Two Dimensional Arrays
Multi Dimensional Arrays
String manipulation
Declaring String
Initializing String
String Functions
String Formatted Specifiers
Multiple Strings
|
Functions
Introduction to Functions
Classification of Functions
Function Prototype
Defining Function
Calling Function
Function with Arrays
Function with Strings
Call by Value and Call by Reference
Recursive Functions
Storage class specifiers
Automatic
Extern
Static
Register
Structures, unions, enum
Introduction to structures
Declaring a Structure
Introduction to Structures
Structures with Arrays
Nested Structures
Introduction to Union
Declaring Union
Difference between Structures and Unions
Enumerations
Typedeaf
Pointers
Introduction to Memory
Introduction to Pointers
Operations on Pointers
Pointer to Pointer
Pointer to Array
Array to Pointers
Void pointers
Passing Pointers to Functions
Functions returning Pointers
Pointer to Functions
Pointers with Structures
Dynamic memory allocation
Allocation (Malloc, Calloc & Realloc)
De – Allocation (Free)
Files
Introduction
File Input, Output Operations
Random Access Files
Command Line Arguments
Graphics
Introduction to Graphics
Initializing Graphics
Graphic Drivers & Modes
Graphic Functions
|