1. |
|
|||||||
Answer: Option C Explanation: In this program the compiler will not know that the function display() exists. So, the compiler will generate "Type mismatch in redeclaration of function display()". To over come this error, we have to add function prototype of function display().
Output: LearnFrenzy.com Note: This problem will not occur in modern compilers (this problem occurs in TurboC but not in GCC). |
Post your comments here:
Name *:
Email : (optional)
Your comments will be displayed only after manual approval.