What is a forward referencing and when should it be used?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are compilers in c++?

0 Answers  


What is the difference between global int and static int declaration?

0 Answers  


How do you initialize a string in c++?

0 Answers  


How to allocate memory dynamically for a reference?

0 Answers  


Why do we need c++?

0 Answers  






What is late binding c++?

0 Answers  


What does std :: flush do?

0 Answers  


What is the handle class?

1 Answers  


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  


Is multimap sorted c++?

0 Answers  


Are strings mutable in c++?

0 Answers  


How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever

17 Answers   Datavance, Quark, VEL, Wipro,


Categories