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 11838C++ 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
Evaluate !(1&&1||1&&0) a) Error b) False c) True
Is c++ fully object oriented?
What are vtable and vptr?
What is low level language in simple words?
What is capacity in vector in c++?
How are the features of c++ different from c?
To which numbering system can the binary number 1101100100111100 be easily converted to?
What are the various compound assignment operators in c++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is diamond problem in c++?
give me an example for testing a program showing the test path .show how the test is important and complex.
Incase of a function declaration, what is extern means?
What is the best way to take screenshots of a window with c++ in windows?
Explain the static storage classes in c++.