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 / jj
ans-d.
1st one searches from current directory,
2nd one searches from list of directories specified in
inlcude path
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Which programming language is best for getting job 2020?
What is the best organizational structure?
Why enum is used in c?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Differentiate between the = symbol and == symbol?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
what is the difference between 123 and 0123 in c?
Compare interpreters and compilers.
What is assert and when would I use it?
What is malloc return c?
What is the right type to use for boolean values in c?
How can I read in an object file and jump to locations in it?
In a byte, what is the maximum decimal number that you can accommodate?
Can static variables be declared in a header file?
What is the purpose of 'register' keyword in c language?