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 ?????????
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