STL (140)
OOPS (873)
C++ General (2409) They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
1978There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
2 4503They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
1972There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
4 11071write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
2060Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
2053Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
1 3121Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
2 4270Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
1 3586
What is difference between abstraction and encapsulation?
What is the rule of three?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Write about an iterator class?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is rvalue?
How to defines the function in c++?
What is the type of 'this' pointer?
Explain what happens when an exception is thrown in C++.
What is flag in computer?
Which sort does c++ use?
What are the uses of c++ in the real world?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are the advantages of c++?