#include #include void main() { int i = 3; i = i++; printf(“%d”, i); getch(); } What is output of the program?

#include

#include

void main()

{

int i = 3;

i = i++;

printf(“%d”, i);

getch();

}

What is output of the program?

A. 4

B. 3

C. Complier error

D. None of above

Hướng dẫn

Chọn A là đáp án đúng

 

Thư viện tài liệu12 Tháng bảy, 2023 @ 3:06 chiều

Đánh giá chủ đề này