C++ New And Delete Question:
Download Questions PDF

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

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

Answer:

d) All of above

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

Previous QuestionNext Question
In C++, symbolic constants created using:

a) const
b) enum
c) Both of above
d) None of above
In the following statements,

class ABC;
class ABC
{
};

a) It is called as forward declaration
b) It is called as backward declaration
c) It is called as middle declaration
d) It is called as simple declaration