InterviewSolution
Saved Bookmarks
| 1. |
What is the use of data type C? |
|
Answer» Data type C variables are used for holding alphanumeric characters, with a minimum of 1 character and a maximum of 65,535 characters. By default, these are aligned to the left. |
|