0% found this document useful (0 votes)
4 views2 pages

C Module Details

The document outlines a 60-hour C programming course covering essential topics such as the history of C, data types, keywords, operators, control statements, loops, arrays, strings, functions, pointers, structures, file handling, and dynamic memory allocation. Each topic includes specific areas to be covered, examples, and syntax. The course aims to provide a comprehensive understanding of C programming fundamentals.

Uploaded by

bhavana2002clk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

C Module Details

The document outlines a 60-hour C programming course covering essential topics such as the history of C, data types, keywords, operators, control statements, loops, arrays, strings, functions, pointers, structures, file handling, and dynamic memory allocation. Each topic includes specific areas to be covered, examples, and syntax. The course aims to provide a comprehensive understanding of C programming fundamentals.

Uploaded by

bhavana2002clk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

PRIMO C_Module

Contents Duration: 60 hrs


Sl. No. Topic with what to be covered
1. 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?
2. 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. Managing I/P and O/P?


Unformatted and Formatted.
Syntax , Examples
Format Specifier.
5. Operators
Arithmetic, Relational, Logical, Bitwise, Conditional, Increment and decrement,
Assignment, Short-hand, Special Operators.
Examples on each operator.
6. Control Statements
If statement
If-else statement
Nested if-else
Else-if ladder
Switch
Break
Continue
goto
return

Examples on each
7. Loops
While loop
Do-while loop
For loop

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.
PRIMO C_Module

9. Strings
Important library functions , syntax, working, Examples without using them.
10. Functions
Function declaration
Function Definition
Function call
Parameter passing techniques(3)
Recursive functions
Examples on all.
11. Pointers
Declaration, use of pointers, & operator, void pointer, null pointer, implementing
pointers on arrays, strings, structures and unions.
12. Structures and Unions
13. File handling
Modes of operations
Examples
Functions used in file handling syntax with explanation and examples
14. Dynamic Memory allocation
Malloc
Calloc
Realloc
15 More on C

You might also like