PRF192_-_FA_2024_-_FE_2937.webp
M

PRF192_-_FA_2024_-_FE_2937.webp

Kizspy | Question: 30
(Choose 1 answer)

What is the output of the following code snippet?
#include <stdio.h>
int change(int a)
{
}
a =10;
return a;
void main()
{
int i=5;i = change(i);
printf("%d",i);
FUOV
}
A. 10
B. 5
C. 15
D. Compiler error

Thông tin

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

Share this media

Back
Bên trên Bottom