Course Content
Introduction
- Introduction of c language...
- History of c language
- Features of c language
- How to install c in your computer
- First C program & C Program Structure...
DataTypes,Variable & Keyword
DataTypes in C
- What is DataType ?
- Types Of Datatype
Variable in C
- What is variable ?
- How to declare variable?
Keyword in C
Input/Output Function
- printf and scanf in c
- Comments in c
Basic Defination
- Constants in C
- Escape Sequence C
- Format Specifier in C
Operators in C
What is Operator?
Types of operator
- Arithmetic Operators
- Increment Decrement Operators
- Relational Operator
- Logical Operators
- Misc Operators
Conditional Statement
- if Statement
- if else Statement
- else if Statement
- Nested if…else Statement
- switch Statement
- Ternory Operator
Looping Structure
- while loop
- do while loop
- for loop
- Nested Loop
Loop control statements
- Break Statement
- Continue Statement
- Goto Statement
Array
- What is Array?
- How to declare array?
- Types of Array
- String in C
Function(Advance C Concept)
- What is function?
- Types of functions
- Variable scope
- Call by value
- Call by reference
Structure & Union(Advance C Concept)
- What is structure?
- Defining structure
- Accessing structure members
- What is Union?
- Defining union
- Difference between structure and union
Pointer
- What is pointer?
- How to declare pointer variable?
- Pointer to function
- RecursiveFunction
String Function in C programming
- (Advance C Concept)
Math Function in C programming
- (Advance C Concept)
Files & Command Line Arguments
(Advance C Concept)
- File Handling in C
- Command Line Arguments in C