| |
Introduction to “C” language:
- Features of C.
- Compile & Execution of “C” programs on different platforms.
- Structure of C program.
- Data types.
- Variables,
- Constants.
Operators:
- Binary operators.
- Unary operators.
- Conditional operators.
- Special operators.
Type casting
Mathematical Functions
Decision Control Statement:
- If statements.
- If…else statements.
- Nested if...else statements.
- Ladder if…else statements.
- Switch statements.
- Goto & break statements.
Characters type Functions
Loop statements:
- While, do…while, for loops.
- Nested loops.
- Continue loops.
Strings:
- Declaring & initializing string variables.
- String functions.
- Multiple strings functions.
- String conversion functions.
- String formatted specifiers.
Storage Classes:
- Automatic.
- Static.
- Register.
- Extern.
Functions:
- Introduction of functions.
- Need for functions.
- Built-in & User defined functions.
- Prototype declaration.
- Passing array variable as a argument.
- Recursive functions.
Structures & Unions:
- Defining Structures.
- Structures & Pointers.
- Structures & Arrays.
- Nested Structures.
- Difference between structures & unions.
Pointers:
- Memory Concept.
- Need for pointers.
- Pointer to variable.
- Pointer with operators.
- Type casting.
- Generic pointers.
- Pointer to array.
- Array to Pointer.
- Pointer to Strings.
- Call by value, call by reference.
- Pointers to Structures.
- Pointer to pointer.
- Pointer-pointer-pointer.
- Dynamic memory management
Malloc ( ) callocc( )
Realloc ( ) free ( )
Files:
- Introduction to files.
- Types of files.
- How to open, close,delete files.
- File pointers.
Data Structures:
- Introduction of data structures.
- Linked List.
- Difference between linked list & array.
- Single linked list.
- Double linked list.
- Stacks.
- Queens.
- Introduction of binary trees.
With Projects:
- With real time interview questions.
- Programs related to all academic students.
- Database Connectivity.
- Introduction to oop’s concept.
|