Question:
Declare a string object and initialize it to the string "Waldorf Salad".Answer:
string lunch = "Waldorf Salad";or, if you don’t have a using directive,
std::string lunch = "Waldorf Salad";
Find Tons of C++ Programming examples, projects with code. Also find books solutions.
0 Questions:
Post a Comment