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 / rakshitha
Ans is D.. that is #include<file.h> and #include "file.h"
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Can we replace the struct function in tree syntax with a union?
Who invented b language?
#include
What is structure pointer in c?
What is the auto keyword good for?
Why does not c have an exponentiation operator?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is the difference between text and binary i/o?
What are data types in c language?
What is graph in c?
Are there constructors in c?
What is the purpose of & in scanf?
If fflush wont work, what can I use to flush input?