Exercise: Object Oriented Programming Using Cpp

Questions for: Object Oriented Programming Using Cpp

The C++ _____ function generates random numbers
A:
generate()
B:
genRand
C:
rand
D:
randGen
Answer: E
No answer description is available. Let's discuss.
A(n) _____ is always incremented by a constant amount, whereas a(n) _____ is incremented by an amount that varies
A:
accumulator, counter
B:
counter, accumulator
C:
D:
Answer: B
No answer description is available. Let's discuss.
Programmers prefer to declare almost all variables _____
A:
at the beginning of each function
B:
globally
C:
on one line
D:
with cryptic names
Answer: A
No answer description is available. Let's discuss.
# directives must be present
A:
before the main() function
B:
after the main() function
C:
at the end of the program
D:
anywhere in the program body
Answer: A
No answer description is available. Let's discuss.
Local variables _____
A:
are created outside a block
B:
are known only to that block
C:
continue to exist when their block ends
D:
are illegal in C++
Answer: B
No answer description is available. Let's discuss.
Ad Slot (Above Pagination)
Quiz