What is output?

void main()
{
    printf("%d ", 1);
    goto l1;
    printf("%d ", 2);
l1:goto l2;
    printf("%d ", 3);
l2:printf("%d ", 4);
    getch();
}

 

Suy nghĩ trả lời câu hỏi trước khi xem đáp án

ADSENSE
ZUNIA9