![]()
✪ Choose the correct option.
What is the output of given code fragment?
int f=1, i=2;
while(++i<5)
f*=i;
cout<
What is the output of given code fragment?
![]()
What is the output of given code fragment?
int f=1, i=2;
while(++i<5)
f*=i;
cout<