InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of A ‘’ Character? |
|
Answer» It is REFERRED to as a TERMINATING null character, and is used primarily to SHOW the END of a string value. It is referred to as a terminating null character, and is used primarily to show the end of a string value. |
|