C Module Details
C Module Details
3. Keywords, Variables
What is keyword? How many are there in different versions?
What is a variable? Declaration, Rules for variable names, Examples.
Examples on each
7. Loops
While loop
Do-while loop
For loop
8. Arrays
1D array , 2D array, Declaration syntax, Different ways of Initialization , Reading
arrays , printing arrays, int array , char array, Examples on 1D array and 2D array.
PRIMO C_Module
9. Strings
Important library functions , syntax, working, Examples without using them.
10. Functions
Function declaration
Function Definition
Function call
Parameter passing techniques(3)
Recursive functions
Examples on all.
11. Pointers
Declaration, use of pointers, & operator, void pointer, null pointer, implementing
pointers on arrays, strings, structures and unions.
12. Structures and Unions
13. File handling
Modes of operations
Examples
Functions used in file handling syntax with explanation and examples
14. Dynamic Memory allocation
Malloc
Calloc
Realloc
15 More on C