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 / gopichandar

d

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I sort a linked list?

630


In a switch statement, what will happen if a break statement is omitted?

596


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

742


What is meant by initialization and how we initialize a variable?

579


Is c still used?

591






Why is c fast?

596


write a c program in such a way that if we enter the today date the output should be next day's date.

1677


Is that possible to add pointers to each other?

888


Explain high-order and low-order bytes.

659


What is a spanning Tree?

940


Are pointers really faster than arrays?

552


What is the difference between typedef struct and struct?

590


What is f'n in math?

609


Can a variable be both static and volatile in c?

600


What is derived datatype in c?

627