Answer Posted / jyoti
header file is a preprocessor directive that contains all
the functions thet we have to use in our program and has to
be declared before the main function.
ex: headerfile <stdio.h> include functions such as printf()
and scanf() that puts the output and gets the input
repectively
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how are 16- and 32-bit numbers stored?
How can I read a binary data file properly?
int far *near * p; means
What is union in c?
Why should I use standard library functions instead of writing my own?
What is the sizeof () a pointer?
What is null in c?
How is a pointer variable declared?
why programs in c are running with out #include
How can I convert a number to a string?
What is c language and why we use it?
What are valid signatures for the Main function?
Explain bit masking in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What is 2 d array in c?