Which of the following are valid "include" formats?
A)#include and #include[file.h]
B)#include (file.h) and #include
C)#include [file.h] and #include "file.h"
D)#include <file.h> and #include "file.h"
Answer Posted / gopichandar
d
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Write the test cases for checking a variable having value in range -10.0 to +10.0?
How do you do dynamic memory allocation in C applications?
how to create duplicate link list using C???
What is the difference between single charater constant and string constant?
What tq means in chat?
What is the use of bit field?
What is the meaning of && in c?
What is meant by inheritance?
How can I determine whether a machines byte order is big-endian or little-endian?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Once I have used freopen, how can I get the original stdout (or stdin) back?
Define Array of pointers.
what is the format specifier for printing a pointer value?
Does c have class?
Explain pointers in c programming?