Instructions in C
Duration: 11:20 Min | May 27, 2023
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(). The arithmetic operators in C are +, -, *, /, and %.- Conditional Instructions,- Looping Instructions , Jump Instructions