

Functions - Programming
Q1: Will the following functions work?
int f1(int a, int b)
{
return ( f2(20) );
}
int f2(int a)
{
return (a*a);
}
A Yes
B No
ANS:A - Yes Yes, It will return the value 20*20 = 400 Example:
Output:c = 400 |


For help Students Orientation
Mcqs Questions
One stop destination for examination, preparation, recruitment, and more. Specially designed online test to solve all your preparation worries. Go wherever you want to and practice whenever you want, using the online test platform.