If Statements

if(i > 0)
	printf("boom\n");


if(p == NULL)
	{
	}
else	{
	}