PRF192_-_SU_2024_-_Block_5_-_FE_2675.webp
R

PRF192_-_SU_2024_-_Block_5_-_FE_2675.webp

Kizspy | Question: 33
(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
respectful_man
Ngày thêm
Lượt xem
2,129
Lượt bình luận
4
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom