C Concepts
C Concepts — C examples with syntax, explanation and sample output.
C Strings in C Programming
C Strings explained in C, with a complete example program, its sample output, and a clear code walkthrough.
C Array
A C example program demonstrating C Array, complete with the source code and expected sample output.
C Functions
C Functions in C: a complete example program with source code and sample output, explained step by step.
C Pointers
C Pointers explained in C, with a complete example program, its sample output, and a clear code walkthrough.
C Structures
C Structures explained in C, with a complete example program, its sample output, and a clear code walkthrough.
C Preprocessor Directives (#include, #define, Macros)
Learn C preprocessor directives — #include, #define, macros, conditional compilation and #pragma — with examples and best practices.
C Unions
C Unions explained in C, with a complete example program, its sample output, and a clear code walkthrough.
Enum and Typedef in C Programming
Learn enum and typedef in C — named constants, type aliases, and practical examples with sample output.
Call by Value and Call by Reference in C
Understand call by value vs call by reference in C — how pointers simulate pass-by-reference with examples.