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 / selva kuamr
c
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Is c programming hard?
Can main () be called recursively?
How many bytes is a struct in c?
What is c language & why it is used?
How many identifiers are there in c?
Give differences between - new and malloc() , delete and free() ?
Which is more efficient, a switch statement or an if else chain?
How can a program be made to print the line number where an error occurs?
Is flag a keyword in c?
What is define c?
How can I implement sets or arrays of bits?
What is line in c preprocessor?
What is else if ladder?
Why calloc is better than malloc?
Tell me what is null pointer in c?