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

Write a program to generate the Fibonocci Series in C++.

0 Answers   Accenture,


What are string library functions(syntax).

0 Answers   Accenture,


Can we call a virtual function from a constructor?

1 Answers  


Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.

0 Answers   Adobe,


What is the meaning of the following declaration: int *const *const *i?

0 Answers   Adobe,






It is possible to build a C++ compiler on top of a C compiler. How would you do this?

0 Answers   Amazon,


Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.

0 Answers   Alter,


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?

0 Answers   Adobe,


Explain the FOR loop with a help of a code.

0 Answers   Accenture,


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

0 Answers   IBS,


What is meant by exit controlled loop?

0 Answers   Adobe,


Categories