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?
1610There 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 3898They 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?
1610There 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 10168write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
1720Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
1727Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
1 2710Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
2 3564Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
1 3107
What are manipulators in c++ with example?
How do I tokenize a string in c++?
What is a syntax in c++?
What are main features of oop?
Give an example of run-time polymorphism/virtual functions.
How compile and run c++ program in turbo c++?
What is endl c++?
What is static modifier?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is scope operator in c++?
What is c++ vb?
What is nested class in c++?
Is ca high or low level language?
Can we call C++ OOPS? and Why