How many standards of c++ are there?


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

Post New Answer

More C++ General Interview Questions

What are the four partitions in which c++ compiler divides the ram?

0 Answers  


What is the outcome of cout< a) 16 b) 17 c) 16.5

0 Answers  


What is data structure in c++?

0 Answers  


What are the various arithmetic operators in c++?

0 Answers  


Which ide is best for c++?

0 Answers  






What is an orthogonal base class in c++?

0 Answers  


Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);

2 Answers  


What is the most useful programming language?

0 Answers  


When do you call copy constructors?

0 Answers  


How can you differentiate between inheritance and implementation in c++?

0 Answers  


Difference between shift left and shift right?

1 Answers   Symphony,


What is the most common mistake on c++ and oo projects?

0 Answers  


Categories