Guess the Output

#include"stdio.h"
int main(int argc, char *argv[])
{
int n,f=1,i; n = 3;
for( i = 1; i =n ; ++i ) { f = f*i; } 
printf("%d",f);
return 0;
}

Posted on by