Unit -1. Level of language: Machine Level Language, Assembly Level Language, High-Level Language, Types of Program: Source Program, Object Program, Difference Between Source Program, and Object Program, Interpreter & Compiler, Difference Between Interpreter and Compiler, C Language Basics, Features of C Language, Structure of C Language Program, Header File in C language.
Unit-2.
Constants and Variables in C language, Operators in C Language, Calculations in C Language, types of Errors in computer Language
Unit-3.
Control Statements in C language-if Statement, if-else Statement, Nested if-else Statement, Go to Statement, The Case Statement in C language: Switch Case, Switch Case Versus If else Ladder.
Unit-4.
The Loop Control Structure in C language- While Loop, Do-While Loop, for Loop, While Loop Versus Do-While Loop, Counter Implementations in Loops, Accumulator Implementations in Loops, Commands, Continue Commands, Break Commands, Continue Commands Versus, Break Commands, Nesting of Loops- Inner Loop, Use of Inner Loop, Outer Loop, Use of Outer Loop
Unit-5.
Arrays, Deceleration Of arrays, Array Initialization, Types of Array, Single Dimension Array, Multi-Dimensional Array,Sorting in C- Bubble Sort,Insertion Sort, Functions, Pointers, and Memory Management
Unit-6.
Why use the function, Call by Value and Call by Reference, Introduction of Pointer· Pointer Notation
Unit-7.
Structure- Deceleration of Structure, Accessing Structure Elements
Unit-8.
Storage Classes-Types of Storage Classes, Properties of Storage Classes
Unit-9. File Input & Output