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
What is polymorphism & list its types in c++?
what is a reference variable in C++?
What is the use of default constructor?
Explain the use of virtual destructor?
Comment on local and global scope of a variable.
how to explain our contribution in the project?
What do you mean by a template?
What is the operator in c++?
What is #include cstdlib in c++?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
How would you obtain segment and offset addresses from a far address of a memory location?
What is iterator c++?
List the advantages of inheritance.
Who created c++?
Explain differences between new() and delete()?