Sail E0 Webinar
Question
Which of the following function declaration is illegal?
Options:
A .  double func();     int main(){}     double func(){}
B .  double func(){};     int main(){}
C .  int main()     {     double func();     }double func(){//statements}
D .  None of the mentioned
Answer: Option D


None.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers