PRF192_-_2_-_SP_2024_-_FE_1599.webp
Kokichi85

PRF192_-_2_-_SP_2024_-_FE_1599.webp

(Choose 1 answer)
#include<stdio.h>
What is the output when the sample code below is executed?
void main(){
int i, j = 25;
int *pi, *pj = &j;
*pj = j + 5;i = *pj + 5;
pi = pj;
*pi = i + j;
printf("%d %d", *pi, *pj);
}
A. 65 65
B. 30 35
C. 60 65
D. 60 60
Ε. 25 30


Q: 39

Thông tin

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

Image metadata

Filename
PRF192_-_2_-_SP_2024_-_FE_1599.webp
File size
158.8 KB
Dimensions
1920px x 892px

Share this media

Back
Bên trên Bottom