What are preprocessor directives in c language?
What do you mean by preprocessor directives in c language?What are its different types?
- 6841 Views
- 3 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
-
- 27 May
- 0 Comment
Comment
Practice Mock Test
c programming