Is c++ vector a linked list?


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

Post New Answer

More C++ General Interview Questions

What is the difference between structures and unions?

0 Answers  


How can you specify a class in C++?

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 happens when a function throws an exception that was not specified by an exception specification for this function?

1 Answers  


write a programming using for loop in c++ to generate diamond trangel?

1 Answers   NIIT,






What is a stack? How it can be implemented?

0 Answers  


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

0 Answers  


Incase of a function declaration, what is extern means?

0 Answers  


What are iterators in c++?

0 Answers  


What is a namespace in c++?

0 Answers  


I need to find a specific string between two strings how do I do it?

1 Answers   Infosys,


simple c++ program for "abcde123ba" convert "ab321edcba" with out using string

5 Answers  


Categories