STL (140)
OOPS (873)
C++ General (2409) Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
2428Give two integer arrays A & B.A has n elements and B has ' n-1 ' elements . A has all the elements that are there in B. But B has one missing element. Write a function that takes arrays , A & B as imnput and finds the missing element in most optised manner .
4 11693C++ program output?
Explain output of this program.
#include
Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.
2136
What is the standard template library (stl)?
to find out the minimum of two integer number of two different classes using friend function
How come you find out if a linked-list is a cycle or not?
What is a static member?
What is diamond problem in c++?
What is a class in C++?
Explain about Garbage Collector?
Why is oop better than procedural?
What is multilevel inheritance explain with example?
What does it mean to declare a member function as virtual in C++?
What are the 3 principles of oop?
What is overloading in oop?
Describe linked list using C++ with an example.
What is polymorphism what is it for and how is it used?
Declare a class vehicle and make it an abstract data type.