Show the application of a dynamic array with the help of an example.


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

Post New Answer

More C++ General Interview Questions

What is abstraction c++?

0 Answers  


What are the 4 types of library?

0 Answers  


What is a conversion constructor?

1 Answers  


Do the names of parameters have to agree in the prototype, definition, and call to the function?

0 Answers  


Explain dangling pointer.

0 Answers  






What is the full form of stl in c++?

0 Answers  


check whether a no is prime or not.

3 Answers   TCS,


what is importance of data sturture in a programming language?

22 Answers   L&T, TCS, Wipro,


What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 Answers  


what is data encapsulation in C++?

0 Answers  


Distinguish between new and malloc and delete and free().

0 Answers  


What does new in c++ do?

0 Answers  


Categories