[A].
3
[B].4
[C].
5
[D].
Garbage-value
Answer: Option B
Explanation:
No answer description available for this question.
5
[D].
Garbage-value
Answer: Option B
Explanation:
No answer description available for this question.
syntax
[D].
linker
Answer: Option C
Explanation:
No answer description available for this question.
Data Members
[D].
Both A and C
Answer: Option D
Explanation:
No answer description available for this question.
virtual
[D].
class
Answer: Option B
Explanation:
No answer description available for this question.
delete
[C].
delete[]
[D].
kill[]
Answer: Option C
Explanation:
No answer description available for this question.
The program will print the output Garbage-value.
[C].
The program will report compile time error.
[D].
The program will report runtime error.
Answer: Option C
Explanation:
No answer description available for this question.
The program will print the output Garbage-value.
[C].
The program will report compile time error.
[D].
The program will report runtime error.
Answer: Option A
Explanation:
No answer description available for this question.
Destructor has the same name as that of the class with a tilde symbol at the beginning.
[C].
Both A and B.
[D].
Destructor has the same name as the first member function of the class.
Answer: Option C
Explanation:
No answer description available for this question.
copy constructor
[C].
Both A and B
[D].
None of these
Answer: Option A
Explanation:
No answer description available for this question.
copy constructor
[C].
destructor
[D].
default constructor
Answer: Option B
Explanation:
No answer description available for this question.