if(cond)
printf("hello");
else
printf("world");

what should be the condition so that output becomes helloworld..