int main(){while(1){if(printf("%d,printf("Sookshmas")))break;if(5)continue;}return 0;}
#includestdio.hvoid main(){int i=(10,47,60);if(i==10)printf("equal\n");elseprintf("not equal\n");}
What is the output of the following code?int main (){int a[4]={ [1]=10, [0]=20,[3]=40,[2]=30};printf("%d",a[2]);}