What is C++11?


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

Post New Answer

More C++ Interview Questions

What Is Polymorphism in C++ ?

1 Answers   IBS, Impetus, ITC Indian Tobacco Company, Motorola,


Write a program to read two numbers from the keyboard and display the larger value on the screen

1 Answers  


It is possible to build a C++ compiler on top of a C compiler. How would you do this?

0 Answers   Amazon,


When would you choose to return an error code rather than throw an exception?

0 Answers   Amazon,


What are string library functions(syntax).

0 Answers   Accenture,






Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69

2 Answers  


Tell me about virtual function

1 Answers  


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


Difference between function overloading and function overriding.

0 Answers   Alter,


In C++ what do you mean by Inheritance?

0 Answers   Accenture,


What is name mangling/name decoration?

0 Answers   Amazon,


Consider the following C++ program

0 Answers  


Categories