C++ New And Delete Question: Download C++ New And Delete 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

Tweet Share WhatsApp