Question:What is wrong with the following function prototype statement?
int func();
A 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
+ AnswerB
+ Report