Answer Posted / vatsava
This is a preprocessor directive & causes one file to be
included into another. Whenever we #include a file it
causes the entire contents of the file to be inserted into
the source code
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
How can I manipulate individual bits?
#include
Simplify the program segment if X = B then C ← true else C ← false
What is the size of array float a(10)?
Is fortran still used today?
What are different types of operators?
Is boolean a datatype in c?
Explain enumerated types.
What are static variables in c?
What is atoi and atof in c?
What do you mean by keywords in c?
Write a code to generate a series where the next element is the sum of last k terms.
c language interview questions & answer
What is difference between stdio h and conio h?
How can I open files mentioned on the command line, and parse option flags?