Hi all.I have a problem.
if (some condition)
printf("hello") ;
else
printf("world") ;
The "some condition" should be such that both "hello" and "world" are printed.Thanks for any help.
Regards,
Jerico
if (some condition)
printf("hello") ;
else
printf("world") ;
The "some condition" should be such that both "hello" and "world" are printed.Thanks for any help.
Regards,
Jerico
Comment