What is the difference between an ARRAY and a LIST in C++?


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

Post New Answer

More C++ Interview Questions

What is function overloading and operator overloading in C++?

0 Answers   IBS, TCS,


What is the 4 difference between delete[] and delete?

0 Answers   Alter,


What is the purpose of a constructor? Destructor?

0 Answers   Amazon,


What is an algorithm (in terms of the STL/C++ standard library)?

0 Answers   Amazon,


Explain the difference between C and C++.

0 Answers   Accenture,






Write a program that ask for user input from 5 to 9 then calculate the average

0 Answers   IBS,


What is an abstract class?

5 Answers   Siemens,


What is conversion constructor in C++

0 Answers   TCS,


To solve the 8 Queens problem, which algorithm is used?

0 Answers   Accenture,


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


What is the difference between realloc() and free() in C++?

0 Answers   IBS, TCS,


Tell me about virtual function

1 Answers  


Categories