What will be output of the program?

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

 

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

ATNETWORK
ZUNIA9