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

Is deconstructor overloading possible? If yes then explain and if no Then why?

1 Answers  


Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69

2 Answers  


what is the difference between a pointer and a reference?

0 Answers   Amazon, Blue Star, C DAC,


Write a C++ Program to Find whether given Number is Odd or Even.

1 Answers  


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  






What is a memory leak in C++?

0 Answers   Agilent,


How do you write a function that can reverse a linked-list in C++?

0 Answers   IBS,


Write a program that can take input from 3 to 8 and calculate the average?

0 Answers   Accenture,


What do you know about Volatile keyword in C++? Explain with an example code.

0 Answers   Adobe,


Discuss the role of C++ shorthands.

0 Answers   Adobe,


What is Copy Constructor?

5 Answers   ABC, Siemens,


How to delete array of objects in C++? Proof by C++ code for proper deletion

0 Answers  


Categories