Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
C if condition Puzzle
snippet prints both HelloWorld !
if "condition"
printf ("Hello");
else
printf("World");
Profile Answers by ranjan4unitt Questions by ranjan4unitt
Questions by ranjan4unitt
Editorial / Best Answer
kiranb_rvceProfile Answers by kiranb_rvce Questions by kiranb_rvce
if ( ! ( printf("Hello ") ) )
printf("Hello");
else
printf("World");
Related Answered Questions
Related Open Questions