PRF192_-_FA_2024_-_RE_3050.webp
H

PRF192_-_FA_2024_-_RE_3050.webp

Kizspy | Question: 8
(Choose 1 answer)
What is the result displayed on the screen of the following program?
#include <stdio.h>
int main(void)
{
int a[] = {1, 2, 3, 5, 6, 7};for (int i = 0; i < 6; ++i)printf("%3d", a[i]/2);
return 0;
}
A. 0 1 1 2 3 3
Β. 0.5 1.0 1.5 2.5 3.0 3.5
C. 1 1 2 3 3 4
D. 0 1 1 2 23

Thông tin

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

Share this media

Back
Bên trên Bottom