When can I use a forward declaration?
No Answer is Posted For this Question
Be the First to Post Answer
What is malloc in c++?
What is struct c++?
What are the general quetions are in DEna bank manager IT/System interviews?
Why is standard template library used?
What are virtual constructors/destructors?
How to declare an array of pointers to integer?
What are keywords in c++?
Is empty stack c++?
What is a forward referencing and when should it be used?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
Can a function take variable length arguments, if yes, how?
How to allocate memory dynamically for a reference?