InterviewSolution
Saved Bookmarks
| 1. |
A string is represented as array of characters? State Whether True or False |
|
Answer» .. FALSE.ARRAY AND STRING ARE NOT EVEN INTERLINKED ....while string can be USED in array. |
|