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 kumar
In c we didnt have the header files which is enclosed with
double codes.so the answer is A
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
What is a pointer on a pointer in c programming language?
What is 'bus error'?
Is array name a pointer?
How do you define structure?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What does & mean in scanf?
Explain what are preprocessor directives?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Explain what is the difference between text files and binary files?
Is there a way to jump out of a function or functions?
What is the function of this pointer?
Is null always equal to 0(zero)?
Explain zero based addressing.