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 do..while loops structure?

0 Answers  


write the prime no program in c++?

16 Answers  


Which c++ operator cannot overload?

0 Answers  


Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.

4 Answers   Microsoft,


What is diamond problem in c++?

0 Answers  






What is the difference between a declaration and a definition?

0 Answers  


Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?

1 Answers  


Why the usage of pointers in C++ is not recommended ?

0 Answers   TCS,


What are the various arithmetic operators in c++?

0 Answers  


When to use “const” reference arguments in a function?

0 Answers  


What is c++ course?

0 Answers  


What are the sizes and ranges of the basic c++ data types?

0 Answers  


Categories