Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?


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

Post New Answer

More C++ General Interview Questions

What it is and how it might be called (2 methods).

0 Answers  


How do I get good at c++ programming?

0 Answers  


Write the program for fibonacci in c++?

20 Answers   TATA, Wipro,


What is Name Decoration?

2 Answers   Lucent,


List out function which we can call without using object

1 Answers  






Write about an iterator class?

0 Answers  


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


What is type of 'this' pointer? Explain when it is get created?

0 Answers  


What is the difference between a template and a macro?

0 Answers  


Does dev c++ support c++ 11?

0 Answers  


What is the array and initializing arrays in c++?

0 Answers  


Explain the difference between struct and class in terms of access modifier.

0 Answers  


Categories