

InterviewSolution
Saved Bookmarks
1. |
Is there any difference between the two statements? |
Answer» In first statement the character pointer ch stores the address of the string "IndiaBIX".The second statement specifies the space for 7 characters be allocated and that the name of location is ch. | |