What are preprocessor directives in c language?

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

  • Nisha
  • 01 दिसम्बर
  • 5620 दृश्य
  • 2 उत्तर
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

c programming
मॉक परीक्षण अभ्यास के लिए
c programming