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
What is meant by type casting?
Describe wild pointers in c?
diff between exptected result and requirement?
What is calloc in c?
formula to convert 2500mmh2o into m3/hr
What is break in c?
What is the difference between array and linked list in c?
What is the difference between declaring a variable and defining a variable?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is the difference between typedef and #define?
how to construct a simulator keeping the logical boolean gates in c
What is C language ?
Differentiate between null and void pointers.
How can I make it pause before closing the program output window?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.