PRF192_-_SP_2025_-_RE_3698.webp
plum_blossom1

PRF192_-_SP_2025_-_RE_3698.webp

Kizspy Question: 43
(Choose 1 answer)
FOUVERI. JIM Com
What will be the output of the following program?
void func(int *p){
int j=11;
}
*p = j;
int main() {
int i = 1;
int *p = &i;
func(p);
printf("%d,%d", i, *p);
getchar();
return 0;
}
A. 11,11
B. 1,1
C. 0,0
D. 0,1

Thông tin

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

Share this media

Back
Bên trên Bottom