Answer Posted / glibwaresoftsolutions
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
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Can we overload operator in c++?
Define whitespace in C++.
Why do we use setw in c++?
Why do we use structure in c++?
Explain how we implement exception handling in c++?
Describe friend function & its advantages.
How do I run a program in notepad ++?
How is modularity introduced in C++?
What do you mean by enumerated data type?
What is new in c++?
What is polymorphism in c++? Explain with an example?
What is an undefined reference/unresolved external symbol error and how do I fix it?
Which function cannot be overloaded c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?