#include #include int N = 10; void main() { int N = 20; printf(“N = %d”, N); getch(); }  What is output of program?

#include

#include

int N = 10;

void main()

{

int N = 20;

printf(“N = %d”, N);

getch();

}

 What is output of program?

A. N = 20

B. N = 10

C. Error

D. No Output

Hướng dẫn

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

 

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

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