What are preprocessor directives in c language?

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

  • Nisha
  • 01 Dec
  • 5542 Views
  • 2 Answers
Your Answer

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