C++ New And Delete Question:
Download Job Interview Questions and Answers PDF
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
Answer:
a) It is called as forward declaration
Download C++ New And Delete Interview Questions And Answers
PDF