Computer Science - Object Oriented Programming Using C++

41.
_____ variables are declared outside of any statement block
Area
Global
Local
Reference
Value
Answer: Option
Explanation:
No answer description is available. Let's discuss.

42.
The end of string is recognized by
the null character
the newline character
the $ sign
the / sign
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

43.
Variable names known only to the procedure in which they are declared are ________
local
global
recent
internal
Answer: Option
Explanation:
No answer description is available. Let's discuss.

44.
Whis is true?
A derived class may have more than one base class
A base class may have more than one derived class
both (a) and (b)
neither (a) nor (b)
Answer: Option
Explanation:
No answer description is available. Let's discuss.

45.
The keyword used to define a structure is
stru
stt
struct
unlimited
Answer: Option
Explanation:
No answer description is available. Let's discuss.