PRF192_-_FEB5_-_FA_2023_1298.webp
G

PRF192_-_FEB5_-_FA_2023_1298.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;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.
Exit 17

Thông tin

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

Image metadata

Filename
PRF192_-_FEB5_-_FA_2023_1298.webp
File size
47.1 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom