Test how much you know if-statements:Output is ?
#include stdio.h
void main() {
int a=0,b=-1;
if (aprintf("%d",b))
printf("\nIf is working\n");
else
printf("\nIF is lazy\n");
}

Posted on by