Predict the output of the following code#includestdio.hint main( ){int i;for(i=0;i=6;i++)Printf("%d",i);return 0;}
#includestdio.hint main(){int i = 2;i= ++i + i++;if(i=5; i++);printf("get the code");elseprintf("got the code");}
main(){int a[5]={2,3};printf("\n%d%d%d",a[2],a[3],a[4]);