What are static member functions?
No Answer is Posted For this Question
Be the First to Post Answer
How to access a variable of the structure?
Is c++ still in demand?
What are c++ tokens?
What is pointer with example?
Should you pass exceptions by value or by reference?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.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.
Explain virtual destructor?
How do I make turbo c++ full screen?
Is it possible to provide default values while overloading a binary operator?
what is object?