Friday, December 23, 2011

Today's "Sawal" 23-12-11

Give output of following code ....
1)
#include<stdio.h>
#include<conio.h>
void main()
{
     if (printf(""))
     {
          printf("if code");
     }
     else
     {
          printf("else code");

     }
     getch();
}
2) just put if(printf(" ")) instead of if(printf("")) and then solve it .........




can you solve it ?????????

No comments:

Post a Comment