Explain container class.


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

Post New Answer

More C++ General Interview Questions

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 == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


Write any small program that will compile in "C" but not in "C++"?

4 Answers  


What is difference between c++ and c ++ 14?

0 Answers  


What is the main use of c++?

0 Answers  


What is input operator in c++?

0 Answers  


What is flush c++?

0 Answers  


What is the default access level?

0 Answers  


Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

0 Answers  


What is null pointer and void pointer?

0 Answers  


What is array in c++ example?

0 Answers  


What is abstract keyword in c++?

0 Answers  


What are static type checking?

0 Answers  


Categories