C Programming
Complete C Programming syllabus with notes and example programs for every unit.
- Unit 1: Problem Solving with Computer Algorithms, flowcharts, history of C, and the program development cycle.
- Unit 2: Elements of C Tokens, escape sequences, variables, data types, and constants.
- Unit 3: Input and Output Conversion specifications and formatted/unformatted I/O.
- Unit 4: Operators and Expression Arithmetic, relational, logical, assignment, ternary, and bit-wise operators.
- Unit 5: Control Statements Branching, looping, break, continue, exit, and goto.
Show all 11 chapters +6
- Unit 6: Arrays Declaration, initialization, sorting, 2D arrays, and string functions.
- Unit 7: Functions Storage classes, parameter passing, recursion, and arrays in functions.
- Unit 8: Pointers Pointer arithmetic, arrays, strings, and dynamic memory allocation.
- Unit 9: Structure and Union Structures, nested structures, pointers to structures, and unions.
- Unit 10: Files and File Handling File modes, I/O functions, sequential and random access.
- Unit 11: Introduction to Graphics Graphics modes, initialization, and basic drawing functions.