Sail E0 Webinar
Question


What will be the output of the following program?


#include
long BixFunction(int x, int y = 5, float z = 5)
{
return(++x * ++y + (int)++z);
}
int main()
{
cout
Options:
A .  237
B .  242
C .  240
D .  35
E .  The program will report error on compilation.
Answer: Option A



Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers