Computer Science, asked by logic3757, 1 year ago

#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 Neeraj723
0
Hii dear here is your answer


option d is the correct answer

Hope it's help u
Answered by Anonymous
23
D. 43415

Hope it helps u
Similar questions