You are not logged in.

#1 2015-09-11 05:58:17

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

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


Failure is the first step towards seccess.

2015-09-11 05:58:17

Advertisement
Ads By Google

Re: Forward Declaration:



\n

Board footer