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 / prakash
none are correct
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
How to get string length of given string in c?
What is array of structure in c programming?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What is unary operator?
Are pointers really faster than arrays?
What is auto keyword in c?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What are categories used for in c?
Differentiate between null and void pointers.
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Explain what is dynamic data structure?
What is an lvalue?
What is a good data structure to use for storing lines of text?
Explain how does free() know explain how much memory to release?
How to implement a packet in C