

InterviewSolution
Saved Bookmarks
1. |
Define string. |
Answer» The term string is defined as a character array, terminated with a null character [‘\0’] |
|