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
What is an undefined reference/unresolved external symbol error and how do I fix it?
What is design pattern?
What is iostream in c++ used for?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is data types c++?
When does a name clash occur?
Explain terminate() function?
What is the standard template library (stl)?
Can manipulators fall in love?
What is a custom exception?
Write a program using display() function which takes two arguments.
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?