In the first program in this section on page 346, what would the values of val, val2, val3, and val4 be if c.size() is 1
belongs to book: C++ Primer|Stanley B.Lippman, Josee Lajoie, Barbara E.Moo|5th Edition| Chapter number:9| Question number:23
All Answers
total answers (1)
The values of them are all copies of
`c[0]`
.