Answer Posted / rama krishna sidhartha
# symbol denotes preprocessor directive in C or C++. It
means that it says the compiler that it containd some
predefined information. Like it mentions any library
included. eg # include stdio.h
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
What are the types of pointers?
How can I call fortran?
What is the difference between union and anonymous union?
Is it possible to have a function as a parameter in another function?
Explain modulus operator.
What does struct node * mean?
What is calloc()?
How can I insert or delete a line (or record) in the middle of a file?
What does void main return?
Why c language is called c?
What is the use of header?
Is the exit() function same as the return statement? Explain.
In a byte, what is the maximum decimal number that you can accommodate?
What is const and volatile in c?
How can I do serial ("comm") port I/O?