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 scupper?
Can I make ios apps with c++?
What do you mean by “this” pointer?
What are the uses of typedef in a program?
What are the different types of comments allowed in c++?
What are the types of array in c++?
Can notepad ++ run c++?
What are the benefits of pointers?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is the difference between global variables and static varables?
What do you understand by zombie objects in c++?
Write a program to find the Factorial of a number
Difference between overloaded functions and overridden functions
What is a manipulator in c++?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work