Hi Guys!!!
Here For you some Tremendous Trick to Execute both If...Else Part in C editor
Here are the 2 codes.
1)
if (!(printf("Hello")))
;
else
printf("World");
2)
if(1)
printf("\n Hello");
else;
printf("World");
No comments:
Post a Comment