Who created c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What do you understand by zombie objects in c++?

0 Answers  


What is the best it certification?

0 Answers  


What is the use of c++ programming language in real life?

0 Answers  


How to give an alternate name to a namespace?

0 Answers  


Describe friend function & its advantages.

0 Answers   TCS,






What are virtual functions and what is its use?

1 Answers  


implement stack using stack.h headerfile functions

1 Answers   Exilant, GMG, Subex, University,


What are pointers used for c++?

0 Answers  


How is modularity introduced in C++?

0 Answers   TCS,


How the endl and setw manipulator works?

0 Answers  


Define upcasting.

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  


Categories