preprocessor directive

  • C

#pragma Directive: C Program

In this video tutorial lets look at using #pragma preprocessor directive. #pragma Directive #pragma is a special purpose directive which…

4 years ago
  • C

#undef Directive: C Program

In today's video tutorial lets see how to use #undef preprocessor directive. Related Read: C Program To Find Area of…

4 years ago
  • C

#error Preprocessor Directive: C Programming

In this video tutorial, lets see how we can make use of #error preprocessor command or directive. Where Is It…

4 years ago