Object Oriented Programming Using C Plus Plus - Study Mode
[#86] 3 is a _____ constant
Correct Answer
(C) numeric literal
[#87] _____ variables remain in memory until the statement block ends
Correct Answer
(C) Local
[#88] An address is a _____ , while a pointer is a _____
Correct Answer
(D) variable, location
[#89] Procedural cohesion is similar to sequential cohesion, except that with procedural cohesion _____
Correct Answer
(D) the tasks do not share data
[#90] The getline() function reads a line of text until _____
Correct Answer
(C) either (a) or (b)