PRF192_-_PT02_-_SP_2024_1513.webp
maik205

PRF192_-_PT02_-_SP_2024_1513.webp

  • Media owner maik205
  • Ngày thêm
Question 43
Answer saved
Marked out of 1.00
What is value of a when the following code is executed?
1 #include<stdio.h>
2 #include<string.h>
3 #include<conio.h>
4 int main()
5日{
6
7
8
9
int a=10;
int *pa=&a;
(*pa)++;
a=a+10;
10
printf("%d",a);
11
return 0;
12 }
O a. 20
b. 21
Oc.10
O d. 11
Clear my choice

Chưa có bình luận nào.

Thông tin

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

Share this media

Back
Bên trên Bottom