Q42.webp
anhviettuan

Q42.webp

Kizspy Question: 42
(Choose 1 answer)
FJOVERFLOW.COM
What will be the output of the following program?
#include <stdio.h>
int main() {
int *pa = a;
int a = 10;
(*pa)++;
a=a+10;
printf("%d", ++a);
getchar();
return 0;
A. Compiler error
B. 22
C. 21
D. 20

Thông tin

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

Share this media

Back
Bên trên Bottom