annotation
  1. Content for list item
    1
  2. Content for list item

Câu hỏi 26520 - Kỹ thuật lập trình cơ sở - IT01

Cho đoạn mã sau:

for(int i=0;i

a[i] = a[i+1];

n = n - 1;

Đoạn mã thực hiện yêu cầu gì?

Chọn đáp án: