Exercise: Object Oriented Programming Using Cpp

Questions for: Object Oriented Programming Using Cpp

Which of the following is the insertion operator?
A:
>>
B:
<<
C:
//
D:
/*
Answer: B
No answer description is available. Let's discuss.
If p and q are assigned the values 2 and 3 respectively then the statement p = q++
A:
gives an error message
B:
assigns a value 4 to p
C:
assigns a value 3 to p
D:
assigns a value 5 to p
Answer: C
No answer description is available. Let's discuss.
The two statements that can be used to change the flow of control are
A:
if and switch
B:
if and while
C:
switch and do-while
D:
break and continue
Answer: A
No answer description is available. Let's discuss.
When the function int someFunction(char c) throw( ) is executed, _____
A:
it can throw anything
B:
it may throw an integer
C:
it may throw a character
D:
it may not throw anything
Answer: D
No answer description is available. Let's discuss.
The last statement in a function is often a(n) _____
A:
return
B:
goodbye
C:
finish
D:
endfunction
Answer: A
No answer description is available. Let's discuss.
Ad Slot (Above Pagination)
Quiz