What are the preprocessors?

Answer Posted / harika.thota001@gmail.com

The preprocessor provides the ability for the inclusion of header files, macro expansions, conditional compilation, and line control.

In many C implementations, it is a separate program invoked by the compiler as the first part of translation.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the total generic pointer type?

716


What are the rules for the identifier?

660


Explain what are the standard predefined macros?

642


How to throw some light on the b tree?

600


Can we change the value of #define in c?

580






How are 16- and 32-bit numbers stored?

717


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

1853


Why does everyone say not to use gets?

601


What does d mean?

572


write a program to generate address labels using structures?

3997


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

608


What is malloc calloc and realloc in c?

656


What are called c variables?

569


What is the meaning of ?

604


What does printf does?

731