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 are qualifiers and modifiers c?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What does != Mean in c?
Can you please explain the scope of static variables?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is preprocessor with example?
I need previous papers of CSC.......plz help out by posting them.......
What kind of structure is a house?
What is the use of a semicolon (;) at the end of every program statement?
How can you draw circles in C?
What are different types of pointers?
Difference between Function to pointer and pointer to function
What is the purpose of the statement: strcat (S2, S1)?
Why is python slower than c?
How can I swap two values without using a temporary?