What are preprocessor directives in c language?

What do you mean by preprocessor directives in c language?What are its different types?


2 Answers
1-2 of  2
2 Answers
  • Hey everyone and learn more about the main factors that affect success. This thought-provoking essay sample has changed my mind.
    0

  • Preprocessor derivates are words which are known to the preprocessor.At compilation stage we have first stage as preprocessor stage.In this stage preprocessor replacement of macro,removal of comments will take place.Every preprocessor derivate start with#. eg:#define,#pragma,#ifdef,#ifndef,#elif,etc
    -1

C Programming
Practice Mock Test
C Programming