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 / usha
none are correct
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What do header files do?
What is the difference between procedural and functional programming?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
pierrot's divisor program using c or c++ code
Explain zero based addressing.
Why is c so powerful?
What is a substring in c?
Define circular linked list.
Write a code on reverse string and its complexity.
What is a union?
Explain how can you check to see whether a symbol is defined?
What is enumerated data type in c?
What are disadvantages of C language.
What is #include stdio h?
What are structure types in C?