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
Where are some collections of useful code fragments and examples?
When should a type cast be used?
What is the difference between if else and switchstatement
What is clrscr in c?
What type of function is main ()?
What is #pragma statements?
What is this infamous null pointer, anyway?
What is array within structure?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Explain the red-black trees?
What is the heap?
What is adt in c programming?
What is the use of f in c?
praagnovation