STL (140)
OOPS (873)
C++ General (2409) What is ios flag in c++?
What are references in c++? What is a local reference?
How do I use arrays in c++?
What does it mean to take the address of a reference?
What is data hiding c++?
What is scope operator in c++?
What is low level language in simple words?
What is the use of object in c++?
What is a forward referencing and when should it be used?
Can destructor be overloaded?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
sir please send me bpcl previous question papers
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
How to implement is-a and has-a class relationships?