Computer Science - Object Oriented Programming Using C++

1.
When you omit parameters from a function call, values can be provided by
formal parameters
reference parameters
overloaded parameters
default parameters
Answer: Option
Explanation:
No answer description is available. Let's discuss.

2.
The first element in a string is
the name of the string
the first character in the string
the length of the string
the name of the array holding the string
Answer: Option
Explanation:
No answer description is available. Let's discuss.

3.
Variables declared outside a block are called _____
global
universal
stellar
external
Answer: Option
Explanation:
No answer description is available. Let's discuss.

4.
The compiler converts your C++ instructions into _____
edited code
object code
source code
translated code
Answer: Option
Explanation:
No answer description is available. Let's discuss.

5.
A fundamental type such as int or double is a _____
programmer-defined type
complex type
nonscalar type
scalar type
Answer: Option
Explanation:
No answer description is available. Let's discuss.