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 does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What are variables c?
Why do we use & in c?
diff between exptected result and requirement?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is the role of && operator in a program code?
What is #pragma statements?
Can you tell me how to check whether a linked list is circular?
What is NULL pointer?
How to explain the final year project as a fresher please answer with sample project
How can I handle floating-point exceptions gracefully?
swap 2 numbers without using third variable?
How are variables declared in c?
What is call by value in c?
What is #include called?