Which is most difficult programming language?
No Answer is Posted For this Question
Be the First to Post Answer
To what does “event-driven” refer?
Why do we use double in c++?
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.
What do c++ programmers do?
What is Name Decoration?
What are activex and ole?
How Virtual functions call up is maintained?
What is a friend function in c++?
How do you define/declare constants in c++?
What is Memory Alignment?
What is ios in c++?
how to swap two strings without using any third variable ?