Software Lab-I (Programming in C)
Subject Overview
The practical companion to Programming in C, covering keywords/identifiers, variables and I/O statements, all operator types, decision-making and loop constructs, functions and recursion, preprocessor directives and header files, arrays/pointers and file handling. A 2-credit core lab paper.
Unit-wise Syllabus
1 units — click WhatsApp below to get the full notes for each
Unit 1: C programming implementation
Keywords and identifiers, variable/constant data types and scope, formatted and non-formatted I/O, arithmetic/logical/conditional/assignment/bitwise operators, decision-making constructs (switch, if-else, nested if), loops (while, do-while, for), function definition/declaration/parameterization/recursion, preprocessor directives, standard header files, array declarations and string functions, pointer declarations, file creation and editing
