Is c++ the best programming language?
No Answer is Posted For this Question
Be the First to Post Answer
tell me about yourself ?i want answer for frehers with various exasmples?
Are vectors passed by reference c++?
What are the four partitions in which c++ compiler divides the ram?
What is pointer with example?
What is the use of bit fields in structure declaration?
Compare compile time polymorphism and Runtime polymorphism
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.
Why is "using namespace std;" considered bad practice?
Which operator cannot overload?
How do c++ struct differs from the c++ class?
What is a dynamic binding in c++?
What are friend classes?