what is a headerfile?and what will be a program without it
explain nan example?
Answer Posted / xyz
headerfile is a library of functions,which the program
refers to and uses required functions to execute the
operation..!
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is main () in c language?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Explain what are run-time errors?
How can I write functions that take a variable number of arguments?
How important is structure in life?
What is an auto keyword in c?
Explain how do you print only part of a string?
What is printf () in c?
How does #define work?
Explain what is wrong with this statement? Myname = ?robin?;
What is a null string in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
What is pragma in c?
#include