what is a headerfile?and what will be a program without it
explain nan example?
Answer Posted / praveen badiger
Header files are predefined function, these are defined in .h extention .if u not used the header file compiler will through an error message..
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
application attempts to perform an operation?
What is operator promotion?
What is the difference between functions getch() and getche()?
How can you draw circles in C?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
How can you be sure that a program follows the ANSI C standard?
What is unary operator?
What is pointers in c?
What are qualifiers in c?
What is graph in c?
c program to compute AREA under integral
Write a C program in Fibonacci series.
Write a c program to demonstrate character and string constants?
write a c program for swapping two strings using pointer
What is the value of uninitialized variable in c?