C++ New And Delete Question:

Individual characters in a string are accessed as following:

a) cout << S.at(i);
b) cout << S[i];
c) both a) and b)
d) None

Tweet Share WhatsApp