printf("Hello");
else
printf("World")
what should be the condition,
so the output will be HelloWorld.
#include
main()
{
if(printf("hello")!=0)
printf("hello");
else
printf("world");
}
This Blog features latest placement question Papers from Top It Companies like TCS,Wipro,Infosys,We also provide Resume tips,interview skills and lot more stuffs
No comments:
Post a Comment