InterviewSolution
Saved Bookmarks
| 1. |
Which is an indirection operator among the following?(a) &(b) *(c) ->(d) .The question was posed to me during an interview.The doubt is from Pointers and Addresses in chapter Pointers and Arrays in C of C |
|
Answer» CORRECT OPTION is (B) * EXPLANATION: NONE. |
|