1.

Which of the following function declaration is illegal?

A. double func(); int main(){} double func(){}
B. double func(){}; int main(){}
C. intmain() { doublefunc(); } doublefunc() {//statements}
D. None of these
Answer» E.


Discussion

No Comment Found