[A].
one
[B].
two
[C].
three
[D].
no
Answer: Option D
Explanation:
No answer description available for this question.
two
[C].
three
[D].
no
Answer: Option D
Explanation:
No answer description available for this question.
The program will print the output 108.
[C].
The program will print the output garbage value.
[D].
The program will report compile time error.
Answer: Option A
Explanation:
No answer description available for this question.
two
[C].
no
[D].
three
Answer: Option C
Explanation:
No answer description available for this question.
?
[C].
~
[D].
$
Answer: Option C
Explanation:
No answer description available for this question.
When the program terminates.
[C].
When the control comes out of the function in which they are being used.
[D].
As soon as local objects die.
Answer: Option B
Explanation:
No answer description available for this question.
The parameterized destructor is called.
[C].
The default destructor of the object is called.
[D].
None of the above.
Answer: Option C
Explanation:
No answer description available for this question.
Twice
[C].
Thrice
[D].
Depends on the way of creation of object
Answer: Option A
Explanation:
No answer description available for this question.
The compiler always provides a zero argument constructor.
[C].
It is necessary that a constructor in a class should always be public.
[D].
Both B and C.
Answer: Option D
Explanation:
No answer description available for this question.
11 11 0 22
[C].
11 11 11 0
[D].
11 11 11 22
Answer: Option D
Explanation:
No answer description available for this question.
11 0 0 22
[C].
11 0 22 0
[D].
11 22 11 22
Answer: Option C
Explanation:
No answer description available for this question.