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?
1877There 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 4256They 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?
1873There 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 10744write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
1962Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
1973Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
1 2990Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
2 4068Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
1 3399
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is encapsulation in ict?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
Difference between declaration and definition of a variable.
How do pointers work?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Why is c++ is better than c?
What does it mean to take the address of a reference?
Can we create object of interface?
Mention the storage classes in c++.
What is oop in c++?
What is #include cmath?
What is the use of default constructor?
Why do while loop is used?
What does stl stand for in basketball?