Answer Posted / vishnu vardan
Preprocessor is a parser which parses the code before
compilation.It describes path of compilation,includes the
definitions of standard C functions and subustuites the
variables depending on the pre processor directive
used.Also can be used to output the comments and error
messages during compilation.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
write a program in c language to print your bio-data on the screen by using functions.
What do you mean by dynamic memory allocation in c?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What the advantages of using Unions?
Why is not a pointer null after calling free?
What are keywords in c with examples?
What is #define?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
where are auto variables stored? What are the characteristics of an auto variable?
Why is %d used in c?
What is the difference between array_name and &array_name?
What is realloc in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is #define used for in c?
What does void main () mean?