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.
2467Give 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 11842C++ 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.
2186
write a program that takes input in digits and display the result in words from 1 to 1000
What does it mean to declare a member function as virtual?
What is bool in C++
Are iterators pointers?
Differentiate between an array and a list?
What are the data types in c++?
What is cin clear () in c++?
What is &x in c++?
What is public, protected, private in c++?
What is the best c++ compiler for windows 10?
What is the point of polymorphism?
daily Routine of father
What kind of problems does name mangling cause?
Explain Text Manipulation Routines?
What do you mean by translation unit?