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
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
can anyone please tell about the nested interrupts?
What is a example of a variable?
What do mean by network ?
what are the 10 different models of writing an addition program in C language?
Why we write conio h in c?
Write a progarm to find the length of string using switch case?
Differentiate between static and dynamic modeling.
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Should a function contain a return statement if it does not return a value?
What is a nested loop?
What are the primitive data types in c?
Explain the priority queues?
what is the different bitween abap and abap-hr?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings