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"
Answers were Sorted based on User's Feedback
Answer / rajesh
correct answer is C) because file.h is not a predefined
headerfile by c/c++ compiler, so it is a userdefined
headerfile and it can be included in a program in any of
the ways as mentioned in option c).
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / 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 |
write a programming in c language, 1 3 5 7 9 11
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
write a program to print data of 5 five students with structures?
What does. int *x[](); means ?
Tell me with an example the self-referential structure?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
how to create c progarm without void main()?
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
which one is highest Priority in c? a)=,b)+,c)++,d)==
Give the rules for variable declaration?
write a program for odd numbers?