Answer Posted / achal
Each of the above answers is partially correct. A
Preprocessor is a software tool. You include many
preprocessor directives in your program.
e.g. include directives , #define, #ifdef , #pragma for
conditional compilation. All these things are taken care by
this tool. It comes into picture before compiler.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Dont ansi function prototypes render lint obsolete?
Is c high or low level?
What is ctrl c called?
What is the acronym for ansi?
Can you tell me how to check whether a linked list is circular?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Is c object oriented?
How can I manipulate strings of multibyte characters?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Why pointers are used?
What is adt in c programming?
What is static memory allocation? Explain
Why main is not a keyword in c?
What is output redirection?