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.
2464Give 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 11831C++ 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.
2184
What is debug class?what is trace class? What differences are between them? With examples.
Do you know the problem with overriding functions?
what are the characteristics of Class Members in C++?
In C++ what do you mean by Inheritance?
Why c++ does not have finally?
Explain the difference between struct and class in terms of access modifier.
What is a c++ class?
What's c++ used for?
What is setiosflags c++?
What data encapsulation is in c++?
What is c++ and its features?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is an advantage of polymorphism?
What is a Default constructor?
What is stl stack?