Why is it difficult to store linked list in an array?
Answer Posted / murali
Because array can not grow dynamically
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Do vectors start at 0?
What is increment operator in c++?
Name the debugging methods that are used to solve problems?
How do I tokenize a string in c++?
What are 2 ways of exporting a function from a dll?
What is time h in c++?
How do I download c++?
What is polymorphism in c++? Explain with an example?
What is the oldest programming language?
What is flush programming?
What is static class data?
Write about the stack unwinding?
Does c++ have string data type?
What is the C-style character string?