Answer Posted / ashu_deepu
because there are codes which we use in the main program
need to be defined before their use.
or we can say we do so to have the prototype declaration
before their use.
eg.printf,scanf etc.
preprocessor include the header file
like stdio,conio etc.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is quick sort in c?
What is the scope of static variable in c?
Write a program on swapping (100, 50)
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Explain why c is faster than c++?
What are data types in c language?
What is a stream in c programming?
How can I get random integers in a certain range?
What is strcmp in c?
What do you mean by a local block?
What is a structure in c language. how to initialise a structure in c?
What is the purpose of & in scanf?
What is identifier in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What does node * mean?