Which code segment is NOT a valid string object declaration? a) std::string college; O b) std::string college("RRCC"); c
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which code segment is NOT a valid string object declaration? a) std::string college; O b) std::string college("RRCC"); c
Which code segment is NOT a valid string object declaration? a) std::string college; O b) std::string college("RRCC"); c) std::string college = "RRCC"; d) std::string college():
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!