Is vector a class 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 guard code in c++?

0 Answers  


What is an adaptor class or Wrapper class?

1 Answers  


How many types of scopes are there in c++?

0 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


What is the v-ptr?

0 Answers  


What is the iunknown interface?

0 Answers  


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

0 Answers  


Explain container class.

0 Answers  


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


Which bit wise operator is suitable for turning off a particular bit in a number?

0 Answers  


How java is different from c and c++?

0 Answers  


How long will it take to learn programming?

0 Answers  


Categories