Question: What is wrong with the following function definition? void square ( int x ) { return x * x; } Group of answer choices void
What is wrong with the following function definition?
void square int x
return x x;
Group of answer choices
void is not a valid return type
it has a return type of void and uses a return statement
the name square is not legal
nothing
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
