Computer Science - Object Oriented Programming Using C++

36.
Which of the following stream manipulators advances the cursor to the next line on the computer screen?
adin
advin
edlin
endl
lineadv
Answer: Option
Explanation:
No answer description is available. Let's discuss.

37.
6.5 is a _____ constant
character literal
named literal
numeric literal
string literal
Answer: Option
Explanation:
No answer description is available. Let's discuss.

38.
The time and memory involved in calling a function represent the function's _____
prototype
overhead
cost
burden
Answer: Option
Explanation:
No answer description is available. Let's discuss.

39.
Which function is most likely to have procedural cohesion?
main()
findSquareRoot()
getSaleSubtractDiscountAddTax()
openFiles()
Answer: Option
Explanation:
No answer description is available. Let's discuss.

40.
A pointer is
the address of a variable
an indication of the variable to be accessed next
a variable for storing addresses
the data type of an address variable
Answer: Option
Explanation:
No answer description is available. Let's discuss.