Computer Science, asked by parthsaini6928, 1 year ago

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


option a is the correct answer

Hope it's help u
Answered by Anonymous
26
A. 444

Hope it helps u
Similar questions