PRF192_-_FA_2024_-_RE_3050.webp
H

PRF192_-_FA_2024_-_RE_3050.webp

Kizspy | Question: 34
(Choose 1 answer)
Which of the following correctly represents the updated array after the execution of the below code?
int a[] = {1, 2, 3, 4, 5};for (i = 2; i < 4; i++){a[i] = a[i + 1];}
A. {1, 2, 4, 5, 5}
B. {1, 2, 4, 5}
C. {1, 3, 4, 5}
D. {1, 2, 3, 4}

Thông tin

Category
PRF192
Thêm bởi
hello_world1
Ngày thêm
Lượt xem
2,322
Lượt bình luận
5
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom