What is output ?

#include <stdio.h>
#include <conio.h>
void main()
{
    int x;
    for(x = 1; x <= 5; x++);
        printf("%d", x);
    getch();
}

 

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

ATNETWORK
ZUNIA9