

InterviewSolution
Saved Bookmarks
1. |
diffrence between char or string |
Answer» Char : It can hold single value and it is enclosed in single quotes { \' \' } String : it can hold series of characters and enclosed in double quotes { " " }. | |