#include #include int func(int* i); void main() { int i = 15; while(func(&i) && i++ > 0); printf(“%d”, i); getch(); } int func(int* i) { *i -= 5; return(*i); } What is output?

#include

#include

int func(int* i);

void main()

{

int i = 15;

while(func(&i) && i++ > 0);

printf(“%d”, i);

getch();

}

int func(int* i)

{

*i -= 5;

return(*i);

}

What is output?

A. 0

B. -1

C. -2

D. -3

Hướng dẫn

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

 

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