#include #include int main() { printf(“%dt”, sizeof(6.5)); printf(“%dt”, sizeof(90000)); printf(“%d”, sizeof(‘A’)); getch(); } Cho đoạn chương trình sau. Biết kích thước kiểu char: 1 byte, float : 4 byte, int : 4 byte, double : 8 byte, long : 4 byte. Kết quả trả về sẽ là:

#include

#include

int main() {

printf(“%dt”, sizeof(6.5));

printf(“%dt”, sizeof(90000));

printf(“%d”, sizeof(‘A’));

getch();

}

Cho đoạn chương trình sau. Biết kích thước kiểu char: 1 byte, float : 4 byte, int : 4 byte, double : 8 byte, long : 4 byte. Kết quả trả về sẽ là:

A. 8 4 1

B. 8 2 1

C. 4 4 1

D. Kết quả khác

Hướng dẫn

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

 

Thư viện tài liệu12 Tháng bảy, 2023 @ 2:25 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