What is the output of the following code?

#include <iostream>
 
using namespace std;
 
int main()
{
    int main;
    main = 100;
    cout << main++ << endl;
    system("pause");
}

 

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

ATNETWORK
ZUNIA9