Q31.webp
Nanami871

Q31.webp

Question: 31
(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);
A. 10
B. 5
C. 15
D. Compiler error

Thông tin

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

Share this media

Back
Bên trên Bottom