Question: What is wrong with the following function prototype statement?int func();
A
B
C
D
E
The function definition {...} is missing
B
While calling a function, the type int is not needed
C
No parameter has been passed
D
The semicolon should not be there
E
There is nothing wrong with the statement
Note: Not available