Predict the output??..public class mk{public static void main(String[] args){int i;for(i=1;i=5;i++);{System.out.println(i);}}}
#includestdio.hint main(){if(1==0)printf("ZERo");elseprintf("ZeRO");return 0;}
#includestdio.hint main(){int i,n=10,sum=0;printf("%d",n*(n+1)/2);return 0;}
What is the output of the following code?#includestdio.hint x;void main(){if (x)printf ("sookshmas");elseprintf("beyond");}
What is the output of the following code?#includestdio.hint main(){int x=10;int y=10;if(! x^y)printf("x is equal to y");elseprintf ("x is not equal to y");return 0;}