October 2025

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 »

Overview of C Programming (CT 101): IOE Notes, Syllabus & Examples

COMPUTER PROGRAMMING (CT 101) – Overview of C: Complete IOE Notes Back to All Notes Overview of C Programming 3 hours | 4 marks COMPUTER PROGRAMMING (CT 101) – Chapter 2 This chapter provides a foundational overview of C programming, a powerful and widely-used language. We will explore its history, basic structure, and core components

Overview of C Programming (CT 101): IOE Notes, Syllabus & Examples Read More »

Scroll to Top