C++ programming questions, most points to most complete answer 11. A function ma
ID: 3771774 • Letter: C
Question
C++ programming questions, most points to most complete answer
11. A function may return a structure. (Points : 2)
True
False
Question 12.12. The assignment operator may not be used with objects of a class. (Points : 2)
True
False
Question 13.13. If p1 and p2 are both pointers that point to integers in memory, the condition p1==p2 will be true if the values that are in those memory locations are the same. (Points : 2)
True
False
Question 14.14. The following code declares a vector of characters.
vector characters<char> (Points : 2)
True
False
Question 15.15. A string variable and a c-string are the same data type. (Points : 2)
True
False
Explanation / Answer
11. A function may return a structure.
True
12. The assignment operator may not be used with objects of a class.
False
13. If p1 and p2 are both pointers that point to integers in memory, the condition p1==p2 will be true if the values that are in those memory locations are the same.
True
14. The following code declares a vector of characters. vector characters<char>
False
15. A string variable and a c-string are the same data type.
False
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.