#include void main() { int * px, * py; int a[] = { 1, 2, 3, 4, 5, 6 }; px = a; py = & a[5]; printf(“ % d”, ++px – py); }; Chương trình sau cho kết quả là gì:

#include

void main() {

int * px, * py;

int a[] = {

1,

2,

3,

4,

5,

6

};

px = a;

py = & a[5];

printf(“ % d”, ++px – py);

};

Chương trình sau cho kết quả là gì:

A. -4

B. 2

C. 5

D. Không có kết quả đúng

Hướng dẫn

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

 

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

Đánh giá chủ đề này
How to whitelist website on AdBlocker?

How to whitelist website on AdBlocker?

  1. 1 Click on the AdBlock Plus icon on the top right corner of your browser
  2. 2 Click on "Enabled on this site" from the AdBlock Plus option
  3. 3 Refresh the page and start browsing the site