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

none are correct

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the meaning of && in c?

543


What are the two types of structure?

567


Why void is used in c?

558


Should I learn c before c++?

591


How can you find the day of the week given the date?

607






Why header file is used in c?

569


What does the c preprocessor do?

611


What is the use of ?

613


What is variable in c example?

590


How many types of sorting are there in c?

600


What is type qualifiers?

651


What is the difference between #include and #include 'file' ?

602


explain what is a newline escape sequence?

678


What is a pointer and how it is initialized?

598


What is the purpose of macro in C language?

655