Question: string square(int a) { return Commencing; } Which option represents are a legal call to the fuction named square()? A. int a = square(4); B.string
string square(int a)
{
return "Commencing";
}
Which option represents are a legal call to the fuction named square()?
A. int a = square(4);
B.string a = square("help");
C. double a = square(4.0);
D. string a = square(4);
E. None of theses are legal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
