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 / rima
the ans is d.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the role of this pointer?
What are the 4 types of programming language?
What is difference between far and near pointers?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is function what are the types of function?
What does 3 mean in texting?
What is data types?
What are valid signatures for the Main function?
What are the 4 types of organizational structures?
What are the loops in c?
What is structure padding in c?
What is the right way to use errno?
How to write a code for reverse of string without using string functions?
Explain what standard functions are available to manipulate strings?
Explain the process of converting a Tree into a Binary Tree.