C Programing Course Contents
C Programing Course Contents
Durations: 30 Hours
Introducing C (1)
- Introduction to C
- The Structure of a C program
- Some basic C commands
- for loop
- Symbolic Constants
- Character input and output
- Logical AND and OR
- Arrays and Functions
- Call by Reference and Call by Value
Types, Operators and Expressions
- Variables and constants
- Data Types
- Operators
- Expressions
Control Flow
- if
- switch
- Conditional Expressions
- while
- break and continue
Functions and Program Structure
- Multi-file programs
- Scoping
- Recursion
- The C Pre-processor
Pointers and Arrays
- Pointers and addresses
- Organisation of Memory
- Pointers and Arrays
- Managing and manipulating memory