PRF192_-_1_-_SP_2024_-_FE_1594.webp
Kechizu76

PRF192_-_1_-_SP_2024_-_FE_1594.webp

(Choose 1 answer)
What is the output when the sample code below is executed?#include<stdio.h>
int calc(int a, int b)
{
int x, y;x = a + b;
= a*y = a * b;
return(x + y);
}
int main(){
int p=3,q=4,r,s;r = calc(p,q);
s = calc(q,p);
printf("%d %d",r,s);
return 0;
}
A. 19 19
B. 3 4
C. 17 19
D. 18 18

Thông tin

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

Image metadata

Filename
PRF192_-_1_-_SP_2024_-_FE_1594.webp
File size
163.4 KB
Dimensions
1920px x 892px

Share this media

Back
Bên trên Bottom