PRF192_-_SU_2024_-_FE_2315.webp
hoangha297

PRF192_-_SU_2024_-_FE_2315.webp

Kizspy | Question: 5
(Choose 1 answer)

What will be the output of the following code snippet:
#include <stdlib.h>
#include <stdio.h>
int main() { int a = 5;
{
}
int a = 10;
printf("%d ", a);
printf("%d", a);
return 0;
}
A. 105
Β. 5 10
C. 55
D. 10 10

Thông tin

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

Share this media

Back
Bên trên Bottom