"Integer" name of type doesn't exist in C++. "int" name is used instead.
String is a compound type and variables of this type are able to store sequences of characters, such as words or sentences.
Source: Introduction to strings
Vectors are sequence containers representing arrays that can change in size.
Source: vector
I think this question is poorly phrased. Integers are a fundamental type in C++, but including that in the response results in an incorrect answer, just because the keyword used to declare integers isn't literally "integer".
Login in to like
Login in to comment