Which two string representations are commonly encountered in C++?
Only file streams and bytecode objects.
Integer arrays and floating-point objects.
Only std::string; C-style strings cannot be used in C++.
std::string
Null-terminated character arrays and std::string objects.