Answer Posted / hr@tgksolutions.com
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 stoi in c++?
Who made c++?
What is the difference between *p++ and (*p)++ ?
Explain how the virtual base class is different from the conventional base classes of the opps.
Is python better than c++?
How many types of classes are there in c++?
What is the average salary of a c++ programmer?
Why is c++ still used?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What are stacks?
What are advantages of c++?
What are 2 ways of exporting a function from a dll?
Explain terminate() function?
What is the error in the code below and how should it be corrected?
Explain operator overloading.