1.

In the following program add a statement in the function such that address of gets stored in ?

A. **k=a;
B. k=&a;
C. *k=&a
D. &k=*a
Answer» D. &k=*a


Discussion

No Comment Found