What is the difference between an array and a list?


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

Post New Answer

More C++ General Interview Questions

Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

0 Answers  


What is object file? How can you access object file?

0 Answers  


You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.

4 Answers  


Explain the ISA and HASA class relationships. How would you implement each in a class design?

3 Answers  


What is struct c++?

0 Answers  






How do you declare A pointer to a function which receives nothing and returns nothing

0 Answers  


What are the effects after calling the delete this operator ?

0 Answers  


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

0 Answers  


Is c++ still being used?

0 Answers  


What is the use of turbo c++?

0 Answers  


Can c++ do everything c can?

0 Answers  


Categories