main(){
while(strcmp("some","some\0"))
printf("strngs r not equl");
}
o/p: ?
void main(){
static int i;
while(i<=10)
(i>2)?i++:i--;
printf("%d",i);
}
O/P:?
main(){
int i=10,j=20;
j=i,j?(i,j)?i:j:j;
printf("%d %d",i.j);
}
main(){
int i=3;
printf("%d",i+++++i);
}
wat is o/p?
main(){
show();
}
void show(){
prntf("I'm jagad!sh");
}
wat is O/P?