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
Explain how can you check to see whether a symbol is defined?
What are different types of operators?
What is the difference between break and continue?
What tq means in chat?
What is volatile keyword in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
FILE PROGRAMMING
Why & is used in scanf in c?
What is meant by inheritance?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is the use of getchar functions?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is c standard library?
why return type of main is not necessary in linux