Chapter 2: Exercise E a to e
Duration: 8:0 Min | May 27, 2023
C is a procedural programming language, which means that the program is executed sequentially, one instruction at a time. The instructions in C can be classified into the following categories:
- Input/Output Instructions: These instructions are used to read data from the user or write data to the screen or a file. The most commonly used input/output functions in C are printf() and scanf().