What are friend classes?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by persistent and non persistent objects?
what is scupper?
Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
what are the iterator and generic algorithms.
Is it possible for a member function to delete the pointer, named this?
Explain bubble sorting.
Define basic type of variable used for a different condition in C++?
What is public, protected, private in c++?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Comment on assignment operator in c++.