C programming syllabus

 C Programming

Syllabus  

Total Periods: 45 days

Unit I:- Basics of C Programming

Problem definition, problem analysis 

 Algorithms: -

 Definition, Characteristics, Advantages and Disadvantages.  Algorithm Examples | Algorithm Simple Example | Factorial Algorithm etc. 

 Flow chart: - Definition, Symbols, Advantages and Disadvantages and Types of errors in programming. 

 Flowchart Examples | Flowchart in C Programming | Factorial Flowchart etc. 

 History of C Programming. 

 C Program Structure with The First ‘c’ Program 

 Keywords, Identifiers, Constant, C Tokens and Types of Constants. 

 Define Variable, Initialize and Declare Variables in C , Data Types in C. 

 Operators in C Programming:- 

  Arithmetic operators, Relational operators, Logical operators, Assignments operators 

  Increment and Decrements operators, Conditional operators, Bitwise operators, Special operators 

 Managing Input/output Statement:-

  Introduction, Reading & Writing a char, Formatted Input & output 

 Branching Statements – 

  Introduction, if statement, if-else Statement, Nested If-else statement 

  Switch case statement. 

  Unconditional statements: break, continue, exit and goto.

 Unit II:- Control Statements and Array 

 Definition of Loop, Types of looping statement. While Loop. 

 Do- – – While Loop While and Do While Difference | Difference Between While and Do While For Loop.  

Comments