int main()
{
int i = 0, j = 0;
while (l1: i < 2)
i++;
while (j < 3)
printf("loop\n");
goto l1;
}
none
l1: while (i < 2)
int x;
void main()
if (x)
printf("hi");
else
printf("how are u");
int x = 5;
if (x < 1)
printf("hello");
if (x == 5)
printf("no");
if (true);
int x = 0;
if (x == 0)
printf("true, ");
else if (x = 10)
printf("false, ");
printf("%d\n", x);
int a = 1;
if (a--)
printf("True");
if (a++)
printf("False");
if (x == 1)
if (x >= 0)
printf("true\n");
printf("false\n");
Share this page with your friends!
Please Create a Free Account to continue! If you already have an account then please Login