STL (140)
OOPS (873)
C++ General (2409)
What is a forward referencing and when should it be used?
What is a multiset c++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
Is c++ proprietary?
What c++ is used for?
What will happen if a pointer is deleted twice?
Explain the use of virtual destructor?
What is property in oops?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What does it mean to declare a function or variable as static?
What is meant by oops concept?
What is the real time example of inheritance?
What character terminates all character array strings a) b) . c) END
What is encapsulation oop?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?