#include
#include
void main()
{
int n = 2;
printf(“%d %d”, ++n, ++n);
getch();
}
What will be output of the program?
A. 4 4
B. 3 4
C. 2 2
D. 2 3
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
#include
#include
void main()
{
int n = 2;
printf(“%d %d”, ++n, ++n);
getch();
}
What will be output of the program?
A. 4 4
B. 3 4
C. 2 2
D. 2 3
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
Bạn đang xem: #include #include void main() { int n = 2; printf(“%d %d”, ++n, ++n); getch(); } What will be output of the program? trong chuyên mục: HỎI VÀ ĐÁP