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 pointer -to-members in C++? Give their syntax?

0 Answers   Honeywell, Zomato,


Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  


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

0 Answers  


Distinguish between a # include and #define.

0 Answers  


3- Write a program to find larger and smaller of the two numbers.

4 Answers   Luminous,






What is code reusability in c++?

0 Answers  


How can you link a c program with a c function?

0 Answers  


what does the following statement mean? int (*a)[4]

0 Answers  


Differences between private, protected and public and give examples.

0 Answers  


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

0 Answers  


Write a code/algo to find the frequency of each element in an array?

0 Answers   Axtria,


What data encapsulation is in c++?

0 Answers  


Categories