Saved Bookmarks
| 1. |
Write a C++ statement that defines a string variable called ‘name’ that can hold a string of up to 20 characters. |
|
Answer» char name[21j; |
|