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
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
regarding pointers concept
Which is better malloc or calloc?
What standard functions are available to manipulate strings?
Why dont c comments nest?
What is ctrl c called?
What is volatile c?
How many types of arrays are there in c?
What language is c written?
simple program of graphics and their output display
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)
What functions are used for dynamic memory allocation in c language?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
How are variables declared in c?
Explain can static variables be declared in a header file?