InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of A ‘?’ Character? |
|
Answer» ‘’ is used to refer a null value. It is often used at the end of an array of character i,e string to indicate the TERMINATION of array.It HOLDS a NOTHING,not even 0. ‘’ is used to refer a null value. It is often used at the end of an array of character i,e string to indicate the termination of array.It holds a nothing,not even 0. |
|