Computer Science - Object Oriented Programming Using C++

41.
In C++, the address operator is the following symbol _____
>>
&
*
!
Answer: Option
Explanation:
No answer description is available. Let's discuss.

42.
Which of the following is false?
A pointer variable contains the address of a variable in memory
You should both declare and initialize a pointer before you use it
Pointers are typically initialized to the empty string ("")
A pointer's datatype must match the datatype of the variable to which it points
A pointer variable is typically referred to simply as a pointer
Answer: Option
Explanation:
No answer description is available. Let's discuss.

43.
The function that takes arguments to set the bits of cout is _____
setf()
bitset()
ios()
flat()
Answer: Option
Explanation:
No answer description is available. Let's discuss.

44.
When you declare a pointer, you must give it a _____
type
type and name
type, name, and value
name and value
Answer: Option
Explanation:
No answer description is available. Let's discuss.

45.
You typically initialize Short Integer, Integer, and Long Integer variables to
a space enclosed in double quotes
a space enclosed in single quotes
the letter O
the number 0
the value false
Answer: Option
Explanation:
No answer description is available. Let's discuss.