Answer Posted / sachin tyagi
The pre processor run before the compliler
The started statement # is called pre-procrssor command
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of in c?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
differentiate built-in functions and user – defined functions.
FILE PROGRAMMING
what will be maximum number of comparisons when number of elements are given?
What are pragmas and what are they good for?
How to write a code for reverse of string without using string functions?
What are the two forms of #include directive?
Can you please compare array with pointer?
What is clrscr ()?
What is #line in c?
What is a pointer variable in c language?
What are the differences between new and malloc in C?
How do I create a directory? How do I remove a directory (and its contents)?