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

Ans is "D".

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2366


What is typedf?

662


The difference between printf and fprintf is ?

712


Do you have any idea about the use of "auto" keyword?

658


Is null equal to 0 in sql?

642






What is the difference between pure virtual function and virtual function?

643


How will you find a duplicate number in a array without negating the nos ?

1636


Explain how does free() know explain how much memory to release?

567


What is indirection? How many levels of pointers can you have?

650


What is fflush() function?

634


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1479


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

2082


Why pointers are used?

627


What is the advantage of using #define to declare a constant?

614


What is the difference between null pointer and wild pointer?

627