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
explain what is an endless loop?
What is difference between %d and %i in c?
What is the use of clrscr?
Is return a keyword in c?
What does struct node * mean?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Explain what are the different data types in c?
Who invented bcpl language?
What is time complexity c?
Differentiate between declaring a variable and defining a variable?
if p is a string contained in a string?
Explain what is the stack?
What does %p mean?
When should the volatile modifier be used?
How many parameters should a function have?