What is output of below program?int main(){int i,j,count;count=0;for(i=0; i5; i++);{ for(j=0;j5;j++); { count++; }}printf("%d",count);return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login