C++ New And Delete Question:
Download Questions PDF

In C++, symbolic constants created using:

a) const
b) enum
c) Both of above
d) None of above

C++ New And Delete Interview Question
C++ New And Delete Interview Question

Answer:

c) Both of above

Download C++ New And Delete Interview Questions And Answers PDF

Previous QuestionNext Question
A friend function that is a "friend" of a given class is allowed access to ______data in that class.

a) public, private, or protected
b) public or private
c) public
d) protected
Object can be used as a function argument by..

a) Pass by value
b) Pass by reference
c) None of above
d) All of above