C++ Interview Questions
Questions Answers Views Company eMail

what is the diffrence between c# and c++

5 7410

How compiler selects(internally) required overridden function in inheritance?

CSC, Infinite Computer Solutions,

2 5879

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?

1610

There 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 3898

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?

1610

There 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 10168

write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

1720

write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

1649

Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

1727

Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 2710

Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 3564

Write a corrected statement in c++ so that the statement will work properly. x =+ 7;

2 3428

Write a corrected statement in c++ so that the statement will work properly. x + y=z;

2 3628

If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 4190

Write 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


Un-Answered Questions { C++ }

What are manipulators in c++ with example?

789


How do I tokenize a string in c++?

802


What is a syntax in c++?

864


What are main features of oop?

861


Give an example of run-time polymorphism/virtual functions.

749


How compile and run c++ program in turbo c++?

845


What is endl c++?

846


What is static modifier?

832


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.

2178


Can non-public members of another instance of the class be retrieved by the method of the same class?

820


What is scope operator in c++?

811


What is c++ vb?

832


What is nested class in c++?

689


Is ca high or low level language?

809


Can we call C++ OOPS? and Why

410