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
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Is std :: string immutable?
What is a rooted hierarchy?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
Write about the retrieval of n number of objects during the process of delete[]p?
Write about the access privileges in c++ and also mention about its default access level?
Explain the term memory alignment?
What is a constant? Explain with an example.
Define a nested class. Explain how it can be useful.
What is a type library?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is the difference between the compiler and the preprocessor?
Should I learn c or c++ or c#?
What is a container class? What are the types of container classes in c++?
How to implement is-a and has-a class relationships?