0% found this document useful (0 votes)
20 views

C Programing Course Contents

This 30-hour C programming course covers introductory C concepts like variables, data types, operators, expressions, control flow, and functions, as well as more advanced topics such as pointers, arrays, structures, file manipulation, and memory management. The course is divided into sections on introducing C, types and operators, control flow, functions, pointers and arrays, data structures, managing memory, and manipulating files.

Uploaded by

Syed
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

C Programing Course Contents

This 30-hour C programming course covers introductory C concepts like variables, data types, operators, expressions, control flow, and functions, as well as more advanced topics such as pointers, arrays, structures, file manipulation, and memory management. The course is divided into sections on introducing C, types and operators, control flow, functions, pointers and arrays, data structures, managing memory, and manipulating files.

Uploaded by

Syed
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

C Programming 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

- Passing parameters to C programs


- Pointers to functions
Data Structures
- Basics
- Passing and returning structures
- Pointers and structures
- Arrays of Structures
Managing Memory in C
Manipulating Files
Manipulating Files (2)

You might also like