Q29.webp
K

Q29.webp

  • Media owner Kasumi86
  • Ngày thêm
Kizspy | Question: 29
(Choose 1 answer)
FJOVERFLOW.Com
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
Kasumi86
Ngày thêm
Lượt xem
1,161
Lượt bình luận
4
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom