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


Please Help Members By Posting Answers For Below Questions

Explain data types & how many data types supported by c?

586


All technical questions

1511


What is const volatile variable in c?

577


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

649


Can you mix old-style and new-style function syntax?

664






Is struct oop?

581


What is the size of enum in c?

621


Are enumerations really portable?

596


Can a variable be both const and volatile?

676


Is it acceptable to declare/define a variable in a c header?

687


What is function prototype in c with example?

580


How can you increase the allowable number of simultaneously open files?

597


Why is void main used?

621


What are identifiers and keywords in c?

573


What is ## preprocessor operator in c?

614