admin

Lab 2: Formatted and Unformatted Input/output in C – C Programming Lab Report

Lab 2: Formatted and Unformatted Input/output in C – C Programming Lab Report Back to All Notes Lab 2: Formatted and Unformatted Input/output in C Lab Report Information Lab No.: 2 Title: Formatted and Unformatted Input/output in C Course: Computer Programming (CT 101), I Year I Part Credit: Important Notes Objective: To become familiar with […]

Lab 2: Formatted and Unformatted Input/output in C – C Programming Lab Report Read More »

Recent Trends in Programming (CT 101): IOE Notes on OOP

Recent Trends in Programming (CT 101): IOE Notes on OOP Back to All Notes Recent Trends in Programming 2 hours | 3 marks COMPUTER PROGRAMMING (CT 101) – Chapter 10 The world of software development is constantly evolving. This chapter on Recent Trends in Programming explores the shift from traditional procedural programming to the modern,

Recent Trends in Programming (CT 101): IOE Notes on OOP Read More »

C User-defined Functions (CT 101): Complete IOE Notes & Examples

C User-defined Functions (CT 101): Complete IOE Notes & Examples Back to All Notes User-defined Functions 6 hours | 6 marks COMPUTER PROGRAMMING (CT 101) – Chapter 7 C User-defined Functions are self-contained blocks of code that perform a specific task. They are the building blocks of modular programming, allowing you to break down a

C User-defined Functions (CT 101): Complete IOE Notes & Examples Read More »

C Control Structures (CT 101): IOE Notes on if, switch, for, while

C Control Structures (CT 101): IOE Notes on if, switch, for, while Back to All Notes Control Structures 5 hours | 5 marks COMPUTER PROGRAMMING (CT 101) – Chapter 5 By default, program statements execute sequentially. However, to write meaningful programs, we need to alter this flow. C Control Structures are statements that allow a

C Control Structures (CT 101): IOE Notes on if, switch, for, while Read More »

C Operators and Expressions (CT 101): Complete IOE Notes & Examples

C Operators and Expressions (CT 101): Complete IOE Notes & Examples Back to All Notes Operators and Expressions 4 hours | 4 marks COMPUTER PROGRAMMING (CT 101) – Chapter 3 In C, operators and expressions are the fundamental tools for performing calculations and making logical decisions. An operator is a symbol that performs an operation

C Operators and Expressions (CT 101): Complete IOE Notes & Examples Read More »

Scroll to Top