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
Define a conversion constructor?
What is microsoft c++ redistributable 2013?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What are friend classes? What are advantages of using friend classes?
What is difference between n and endl in c++?
Out of fgets() and gets() which function is safe to use?
What is a flag in c++?
What are the rules for naming an identifier?
What is DlgProc?
What are the differences between the function prototype and the function defi-nition?
Show the application of a dynamic array with the help of an example.
Who calls main function?
List the merits and demerits of declaring a nested class in C++?
What is the use of dot in c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3