What would be the output of the following lines of code?
string word = “somebody”;
cout << word.at(3);
a) m
b) e
c) r
d) d
b) e
Computer Science & Information Technology
string word = “somebody”;
cout << word.at(3);
a) m
b) e
c) r
d) d
b) e