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
What are the usage of pointer in c?
List the difference between a While & Do While loops?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Is this program statement valid? INT = 10.50;
Explain what are multibyte characters?
What are the features of c language?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Write a C program to count the number of email on text
What does a function declared as pascal do differently?
What does volatile do?
What is the purpose of void pointer?
Tell me when would you use a pointer to a function?
Disadvantages of C language.
What is a char in c?