Answer Posted / glibwaresoftsolutions
A collection of items kept at consecutive memory regions is frequently referred to as an array.
The items that are kept are all of the same kind.
It arranges data in a way that makes it simple to search for or sort similar values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What new()is different from malloc()?
What is object in c++ wikipedia?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What is a multiset c++?
How can you say that a template is better than a base class?
What are single and multiple inheritances in c++?
What is & in c++ function?
What are the differences between new and malloc?
What is recursion?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is the meaning of string in c++?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What's the best free c++ profiler for windows?
What is abstraction in c++?
What is the basic structure of a c++ program?