Course Timings
9.00 am - 3.00 pm
Course Starting from
Monday to Saturday(Every Batch 1 hour)
Course contents
Getting Stared C
- what is C
- Getting Started with C
- C instruction
The Decision control structure
- If
- If - Else
- Logical Operatiors
The Loop control structure
- While
- For
- Do while
- Break statements
- Continues statement
Case Control Structure Functions
- What is functions
- Passing values between functions
- Call by value and call by reference.
Pointer
- What is pointer
Data Types Revisited
- Automatic storage class
- Register storage
- Static storage class
Arrays
- What is arrays
- Array initialization
- pointer and arrays
- More one Dimension
- Arrays of pointer
String
- What are string
- Standard library string function
- Two dimensional array of characters
Structures
- Why use structures
- Declaring a Structures
- Array of structures