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

The answer is "D".Because in c it is possible to use
double codes in the header file.so the correct
answers are
#include<file.h>
#include<"file.h"

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I get back to the interactive keyboard if stdin is redirected?

661


Differentiate between a structure and a union.

756


please explain every phase in the "SDLC" in the dotnet.

2173


What are the different types of errors?

635


Is c pass by value or reference?

588






all c language question

1860


What does the c in ctime mean?

557


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1627


Explain how can you tell whether two strings are the same?

579


Explain the term printf() and scanf() used in c language?

586


Write a program of advanced Fibonacci series.

700


If I have a char * variable pointing to the name of a function ..

641


Can a variable be both static and volatile in c?

600


What is the benefit of using an enum rather than a #define constant?

648


What are the 4 types of unions?

601