Which code segment is NOT a valid string object declaration? a) std::string college; O b) std::string college("RRCC"); c
Posted: Sun May 15, 2022 8:36 am
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():