Haryana Police Male Constable 23 Dec 2018 Paper
© examsiri.com
Question : 47 of 100
Marks:
+1,
-0
Predict the output of following code.
int f = 1, i =2;
do
{
f *= i;
}while (++i <5);
cout<<f;
int f = 1, i =2;
do
{
f *= i;
}while (++i <5);
cout<<f;
Go to Question: