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
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
why do some people write if(0 == x) instead of if(x == 0)?
Are local variables initialized to zero by default in c?
How can I manipulate strings of multibyte characters?
Explain threaded binary trees?
How do I read the arrow keys? What about function keys?
Explain the advantages of using macro in c language?
How to throw some light on the b tree?
Why is c so powerful?
How does #define work?
What does malloc () calloc () realloc () free () do?
How can you allocate arrays or structures bigger than 64K?
What is file in c preprocessor?
What is sizeof int?
Why do we use static in c?