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

C Module Details

This document outlines the contents of a 60-hour C programming module. It covers the history and basics of C, data types, keywords and variables, input/output operations, operators, control statements like if/else and loops, arrays, strings, functions, pointers, structures, unions, file handling, and dynamic memory allocation. The module aims to teach the syntax and provide examples for each core concept in C programming.

Uploaded by

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

C Module Details

This document outlines the contents of a 60-hour C programming module. It covers the history and basics of C, data types, keywords and variables, input/output operations, operators, control statements like if/else and loops, arrays, strings, functions, pointers, structures, unions, file handling, and dynamic memory allocation. The module aims to teach the syntax and provide examples for each core concept in C programming.

Uploaded by

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

PRIMO

Contents
Sl. No.
1.

2.

C_Module

Duration: 60 hrs
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?
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.
Operators
Arithmetic, Relational, Logical, Bitwise, Conditional, Increment and decrement,
Assignment, Short-hand, Special Operators.
Examples on each operator.
Control Statements
If statement
If-else statement
Nested if-else
Else-if ladder
Switch
Break
Continue
goto
return

5.

6.

7.

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

www.primoinc.in

PRIMO

C_Module

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.

9.

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

10.

11.

12.
13.

14.

15

www.primoinc.in

You might also like