C Blog
C Blog — C examples with syntax, explanation and sample output.
2+3 and 5 Are Not Equal in C
2+3 and 5 Are Not Equal explained in C, with a complete example program, its sample output, and a clear code walkthrough.
Confusing Array in C ( Array Representation and Initialization )
Confusing Array in C,C Puzzles, C Aptitude Questions,Simple Program for Understanding Array Initialization
The Use of * and & in C/c++
The Use of * and & in C/c++ explained in C, with a complete example program, its sample output, and a clear code walkthrough.
Use of Getch(),getche() and Getchar() in C
Use of Getch() getche() and Getchar() explained in C, with a complete example program, its sample output, and a clear code walkthrough.
Convert a Floating-point Value to an Integer in C
Convert a Floating-point Value to an Integer in C: a complete example program with source code and sample output, explained step by step.
Pointer Representation and Pointer Example Programs
Pointer Representation & Pointer Example Programs,Pointer Definition,Pointer Example Programs, Pointer Explanation