Introduction to C
-
History of C
-
Features of C
-
Importance of C
-
About Procedural Language
Introduction to
-
Role of Compiler
-
Role of Interpreter
-
Compiling & Linking
An Overview of C and Buzzwords
-
Data Type, Variable
-
Operators
-
Control Statement
-
Pre-processor Directives
Input and Output Operators
-
Reading/Writing Characters
-
Formatted Input/Output Function
Decision Making and Looping
-
The If….Else Statement
-
Nesting of IF…..Else Statements
-
The Switch Statement
-
The While Statement
-
The DO and FOR Statement
Arrays and String
-
One/Two/Multi Dimensional Arrays
-
Dynamic Arays
-
Reading String from Terminal
-
Writing String to Screen
-
String Handling Functions
-
Table of String
Function
-
Defining Function
-
Benefits of Function
-
Nesting of Functions
-
Recursion
-
Variable Storage Classes
-
Variable arguments Function
Pointers
-
Understanding Pointers
-
Pointer Expressions
-
Pointer and Arrays
-
Pointers and Character String
-
Pointers to Functions
-
Pointers and Structures