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 are the c keywords?
What does printf does?
Explain what is the purpose of "extern" keyword in a function declaration?
When is the “void” keyword used in a function?
Describe static function with its usage?
What do mean by network ?
What is %d called in c?
What is the code in while loop that returns the output of given code?
What is the difference between fread and fwrite function?
Are pointers really faster than arrays?
What does %d do in c?
What is enumerated data type in c?
Write a program to print “hello world” without using semicolon?
Is sizeof a keyword in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34