PRF192_-_SU_2024_-_FE_2315.webp
hoangha297

PRF192_-_SU_2024_-_FE_2315.webp

Kizspy | Question: 40
(Choose 1 answer)
What is the output of the following code snippet?
#include<stdio.h>int main(){
const int *p;
int a=100;
p=&a;
printf("%d",*p);return 0;
}
A. 100
B. 0
C. 101
D. Compile error

Thông tin

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

Share this media

Back
Bên trên Bottom