C Controls
C Controls — C examples with syntax, explanation and sample output.
1
if-else
2If Else Statement in C
If Else Statement explained in C, with a complete example program, its sample output, and a clear code walkthrough.
switch
3Switch Statement in C
Learn the switch statement in C — syntax, break, default, fall-through and example programs with sample output.
operators
4C Operators
C Operators in C: a complete example program with source code and sample output, explained step by step.
C Controls
5Loop Control Statements
A C example program demonstrating Loop Control Statements, complete with the source code and expected sample output.
C Controls
C Data Input and Output Overview
C Data Input and Data Ouput, Printf Program,Printf Program Explanation, Scanf Program and Explanation