#include<stdio.h>
#include<conio.h>
void main()
{
if(0xA)
if(052)
if('\xeb')
if('\012')
printf("tom hanks");
else;
else;
else;
else;
}
views:
68answers:
1why? it compiles fine
Vladimir
2010-10-04 13:23:03
Never seen a blank else statement, seems unnecessary.
Alexander Rafferty
2010-10-04 13:32:14
@Alex ...as if the rest of the code is completely logical and absolutely necessary to print `tom hanks`
Amarghosh
2010-10-04 13:35:25