C Language: Day Topics Hours
C Language: Day Topics Hours
C Data Types
Day 9 1
(Primitive, Derived, User Defined)
I/O statements (printf, scanf)
Day 10
Basic programs 2
Day 11 Programs to perform various calculations
Operators
Day 12 (Arithmetic, Relational, Logical, Assignment, 2
Day 13 Increment and Decrement, Bit-wise, Ternary, sizeof() )
Day 14
Programs using operators 2
Day 15
Day 16 Conditional control statements
Day 17 Control statements If else, switch 3
Day 18
Day 19 Loops
Day 20 3
while, do-while, for
Day 21
Jumping Statements
Day 22 1
Goto, Continue, Break
Day Chapter Topics Hours
Types of functions
Day 26
Functions classification
Day 27 (return value, not return value, parameters, without
Functions 4
Day 28 parameters)
Day 29
Implementing various kinds of functions
Recursion, storage classes
Definition, advantages, 3
Day 42 Performing various operations on files(write, read, modify,
Day 43 Files search)
Day 44 Command line arguments,
Data structures
Day Topics Options Covered Hours
Definition, Advantages 1
Classification of Data Structures
i) Primitive data structures
Day 1 ii)Non primitive data structures
Introduction