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 / safish
D
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
Can you add pointers together? Why would you?
Explain what will the preprocessor do for a program?
Where can I get an ansi-compatible lint?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
define string ?
What is %lu in c?
What are valid operations on pointers?
How does #define work?
What is the significance of c program algorithms?
What are volatile variables in c?
What is the significance of an algorithm to C programming?
Explain 'far' and 'near' pointers in c.
Write programs for String Reversal & Palindrome check
What is static and auto variables in c?
What are c preprocessors?