C Module Details
C Module Details
Contents
Sl. No.
1.
2.
C_Module
Duration: 60 hrs
Introduction
History of C.
Who developed it ?
Why it was named C?
What is a compiler?
How program is executed?
Scope of C?
Syntax of C Program?
Data Types
What is data type? How many types are there? Size? Example?
3.
Keywords, Variables
What is keyword? How many are there in different versions?
What is a variable? Declaration, Rules for variable names, Examples.
4.
5.
6.
7.
Examples on each
Loops
While loop
Do-while loop
For loop
www.primoinc.in
PRIMO
C_Module
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.
9.
Strings
Important library functions , syntax, working, Examples without using them.
Functions
Function declaration
Function Definition
Function call
Parameter passing techniques(3)
Recursive functions
Examples on all.
Pointers
Declaration, use of pointers, & operator, void pointer, null pointer, implementing
pointers on arrays, strings, structures and unions.
Structures and Unions
File handling
Modes of operations
Examples
Functions used in file handling syntax with explanation and examples
Dynamic Memory allocation
Malloc
Calloc
Realloc
More on C
10.
11.
12.
13.
14.
15
www.primoinc.in