What is a forward referencing and when should it be used?
No Answer is Posted For this Question
Be the First to Post Answer
What are compilers in c++?
What is the difference between global int and static int declaration?
How do you initialize a string in c++?
How to allocate memory dynamically for a reference?
Why do we need c++?
What is late binding c++?
What does std :: flush do?
What is the handle class?
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.
Is multimap sorted c++?
Are strings mutable in c++?
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,