[A].Only one
[B].Two
[C].Three
[D].UnlimitedAnswer: Option A
only pass-by-reference
[D].
only pass by address
Answer: Option C
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.