Saved Bookmarks
| 1. |
When we want to store something like name we will use____________ data typePlease please help me |
|
Answer» Answer: character data type with ARRAY, that's because character has only 1 byte that is it ACCEPTS only 1 character, but USING arrays you can PROVIDE lots of values in 1 homogeneous variable. Explanation: char a[20]; O\P: ENTER THE NAME : MrXYZ |
|