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.
2512Give 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 12018C++ 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.
2226
What is encapsulation selenium?
How do you print a string on the printer?
What are the advantages of using typedef in a program?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is interface? When and where is it used?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is implicit conversion/coercion in c++?
What are main features of oop?
Do vectors start at 0 c++?
Define a constructor - what it is and how it might be called (2 methods)?
What is type of 'this' pointer? Explain when it is get created?
what is a reference variable in C++?
What is a constant reference?
Should I learn c or c++ first?