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 11835C++ 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
Which c++ operator cannot overload?
What does new in c++ do?
What is difference between c++ 11 and c++ 14?
How is objective c different from c++?
Explain the register storage classes in c++.
What is an iterator?
Is c++ a dying language?
Is this job good for future? can do this job post grduate student?
What is destructor in oop?
What is vector string in c++?
Can destructor be overloaded?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
List the special characteristics of constructor.
What Is A Conversion Constructor C++ ?
What is an operator function? Describe the function of an operator function?