You are not logged in.
Pages:: 1
#1 2015-09-11 05:58:14
Forward Declaration:
C Programming Quizzes C++ Placement
Question:
In the following statements,
class ABC;
class ABC
{
};
Option A):
It is called as forward declaration
Option B):
It is called as backward declaration
Option C):
It is called as simple declaration
Option D):
It is called as middle declaration
Correct Answer is Option A):
It is called as forward declaration
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-09-11 05:58:14
- Advertisement
- Ads By Google
Re: Forward Declaration:
Pages:: 1