#include void main() { int *ptr, a=10; ptr = &a; *ptr += 1; printf("%d, %d", *ptr, a); }
A.43383
B.43384
C.43414
D.43415
Answers
Answered by
0
Hii dear here is your answer
option d is the correct answer
Hope it's help u
option d is the correct answer
Hope it's help u
Answered by
23
D. 43415
Hope it helps u
Hope it helps u
Similar questions
Math,
7 months ago
Social Sciences,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago