preprocessor

  • C

Conditional Compilation In C: #if #elif #else #endif

In this video tutorial lets learn about preprocessor command or directives like #if, #elif, #else and #endif. These directives are…

4 years ago
  • C

include directive in C Program

Usually you can see these "include" directive at the very top of your source code. It's called a preprocessor directive.…

5 years ago
  • C

Structure of a basic C Program

Lets write our first C program - the typical "Hello World!" program. In this video tutorial lets learn the structure…

5 years ago