What will be the output of the following program code?
#include void main() { int i=3, *j, **k; j = &i; k = &j; printf("%d%d%d", *j, **k, *(*k)); }
A.444
B.0
C.333
D.433
Answers
Answered by
2
Hii dear here is your answer
option a is the correct answer
Hope it's help u
option a is the correct answer
Hope it's help u
Answered by
26
A. 444
Hope it helps u
Hope it helps u
Similar questions
Social Sciences,
7 months ago
Computer Science,
1 year ago
Geography,
1 year ago
India Languages,
1 year ago