Answer Posted / nashiinformaticssolutions
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
Difference between declaration and definition of a variable.
What do you understand by zombie objects in c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Explain differences between alloc() and free()?
How do you declare a set in c++?
How do you establish an is-a relationship?
what are the decision making statements in C++? Explain if statement with an example?
Explain what you mean by a pointer.
How does atoi function work?
How do you generate a random number in c++?
What are advantages of using friend classes?
Which field is used in c++?
What do you mean by “this” pointer?
What do you mean by volatile and mutable keywords used in c++?
How did c++ start?