[A].
Preprocessor
[B].
Linker
[C].
Loader
[D].
Compiler
Answer: Option D
Explanation:
No answer description available for this question.
Linker
[C].
Loader
[D].
Compiler
Answer: Option D
Explanation:
No answer description available for this question.
Compiler
[C].
Linker
[D].
main() function
Answer: Option B
Explanation:
No answer description available for this question.
destructor
[C].
assignment function
[D].
copy constructor
Answer: Option B
Explanation:
No answer description available for this question.
Destructor
[C].
Default Destructor
[D].
Function Template
Answer: Option B
Explanation:
No answer description available for this question.
Friend function
[C].
Default constructor
[D].
const function
Answer: Option C
Explanation:
No answer description available for this question.
Simple constructor
[C].
Non-parameterized constructor
[D].
Default constructor
Answer: Option D
Explanation:
No answer description available for this question.
ASCII value of 99
[C].
Garbage value
[D].
99.50
Answer: Option B
Explanation:
No answer description available for this question.
The program will print the output Bix.
[C].
The program will print the output IndiaBix.
[D].
The program will report compile time error.
Answer: Option C
Explanation:
No answer description available for this question.
destructor
[C].
function
[D].
object
Answer: Option B
Explanation:
No answer description available for this question.
Constructor cannot be inherited but the derived class can call them.
[C].
A constructor of a derived class cannot access any public and protected member of the base class.
[D].
Both A and B.
Answer: Option D
Explanation:
No answer description available for this question.