Introduction to Computer Programming

  • Lab 01: Introduction to Programming, DevC++ IDE and printf() function for simple output programs (Download)
  • Lab 02: Introduction to Constants, Variables, Arithmetic Operators and Formatted Output using printf(). (Download)
  • Lab 03: Introduction to User Input, Relational & Logical Operators and intro of IF Conditional statement.(Download)
  • Lab 04: Detailed Decision Making using Conditional Statements and an introduction of Loops.(Download)
  • Lab 05: Switch-case statement and more LOOPs (while, do while).(Download)
  • Lab 06: Basic User Defined Functions to simplify programs (Download)
  • Lab 07: User Defined Functions – Taking Input Arguments and providing Output (Download)
  • Lab 08: To understand the concept of arrays in C programming language.(Download)
  • Lab 09: To understand the concept of arrays (multi-dimensional) in C programming language.(Download)
  • Lab 10: To understand the concept of pointers in C programming language.(Download)