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

D

Is This Answer Correct ?    21 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is merge sort in c?

636


What is the function of this pointer?

664


Explain about C function prototype?

597


Explain the use of #pragma exit?

690


What is bubble sort in c?

627






Explain About fork()?

638


What is union in c?

628


How to delete a node from linked list w/o using collectons?

2081


What are the 5 types of organizational structures?

543


Why does notstrcat(string, "!");Work?

634


What is the purpose of scanf() and printf() functions?

711


Explain what are the different data types in c?

746


What is c language and why we use it?

610


What do you mean by recursion in c?

619


Is main is a keyword in c?

602