1. |
|
|||||||
Answer: Option D Explanation: Pointer always store integer value so cp will store the memory address of location where string "jack " is stored. Step 1 : vp = &ch; Step 2 : vp = &j; Step 3 : vp = cp; So final combined output will be JACK. |
Post your comments here:
Name *:
Email : (optional)
Your comments will be displayed only after manual approval.