Which is not a valid declaration of an array of strings to store names? a) std::string names[5]; O b) const int SIZE = 5
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which is not a valid declaration of an array of strings to store names? a) std::string names[5]; O b) const int SIZE = 5
Which is not a valid declaration of an array of strings to store names? a) std::string names[5]; O b) const int SIZE = 5; std::string names[SIZE]: Oc) int SIZE = 5; std::string names[SIZE); O d) #define SIZE 5 std::string names[SIZE]:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!