PRF192_-_SU_2024_-_RE_2469.webp
Yuno_76

PRF192_-_SU_2024_-_RE_2469.webp

  • Media owner Yuno_76
  • Ngày thêm
Kizspy | Question: 32
(Choose 1 answer)

#include <stdio.h>
What is the output of the following code snippet?
int num(int a, int b){int sum;
sum = a + b;return sum;
}
int main(){
int a, b, result;
a = 10;b= 12;
result = num(a, b);
printf("%d", result);
return 0;
FUOVER
}
A. 22
B. 10
C. 12
D. 21

Thông tin

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

Share this media

Back
Bên trên Bottom