#include #include void main() { int i, j; for(i = 0, j = 0; i < 5, j < 6; i++, j++) { printf(“i = %d t j = %dn”, i, j); } getch(); } What is output?

#include

#include

void main()

{

int i, j;

for(i = 0, j = 0; i < 5, j < 6; i++, j++)

{

printf(“i = %d t j = %dn”, i, j);

}

getch();

}

What is output?

A.  print i and j from 0 till 4

B. print i and j from 0 till 5

C. print i from 0 to 4, print j from 0 to 5

D. Complier Error

Hướng dẫn

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

 

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