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 does 3 periods mean in texting?
Define C in your own Language.
What is scanf_s in c?
How can I determine whether a machines byte order is big-endian or little-endian?
plz let me know how to become a telecom protocol tester. thank you.
How to compare array with pointer in c?
What math functions are available for integers? For floating point?
Simplify the program segment if X = B then C ← true else C ← false
What is structure and union in c?
Is a house a mass structure?
Explain what is page thrashing?
When is a void pointer used?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is queue in c?
What is a scope resolution operator in c?