#include #include int main() { int x = 011, i; for(i = 0; i < x; i += 3) { printf(“Start “); continue; printf(“End”); } getch(); } What is output?

#include

#include

int main()

{

int x = 011, i;

for(i = 0; i < x; i += 3)

{

printf(“Start “);

continue;

printf(“End”);

}

getch();

}

What is output?

A. Start End Start End

B. Start Start Start

C. Start Start Start Start

Hướng dẫn

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

Xem lời giải

Xem lời giải

011 là số octal = 9. Lệnh printf(“Start”); sẽ thực hiện 3 lần.

 

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