InterviewSolution
Saved Bookmarks
| 1. |
subscript operator is used to access which elements?(a) string(b) char(c) array(d) floatThe question was posed to me during an interview.My question is from Subscripting topic in chapter Source Files, Classes and Operator Overloading in C++ of C++ |
|
Answer» Correct answer is (c) ARRAY |
|