Explain about vectors in c ++?


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

Post New Answer

More C++ General Interview Questions

What is a pointer how and when is it used?

0 Answers  


Can we get the value of ios format flags?

0 Answers  


Difference between strdup and strcpy?

0 Answers  


what are prototypes

4 Answers   Infosys, TCS,


What are mutator methods in c++?

0 Answers  






Can a program run without main in c++?

0 Answers  


What is null and void pointer?

0 Answers  


Which coding certification is best?

0 Answers  


What will the line of code below print out and why?

0 Answers  


What is the basic of c++?

0 Answers  


Describe new operator and delete operator?

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 == ) 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  


Categories