what is an array

Answer Posted / swamy s t

Array is a set of elements with homogeneous(same) data
type ,that stores elements consecutivly in memory location
and access of array elements is depending on the position
of elements in the array.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the most common mistake on c++ and oo projects?

515


What do you mean by function and operator overloading in c++?

608


What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

672


what are the types of Member Functions?

607


What is the function to call to turn an ascii string into a long?

595






Explain the problem with overriding functions

600


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

1995


What is the v-ptr?

635


what kind of projects are suitable for c and c++

620


what is C++ objects?

668


Why do we need c++?

593


What is a dangling pointer in c++?

652


Write about an iterator class?

606


Do the names of parameters have to agree in the prototype, definition, and call to the function?

599


What is an inline function in c++?

625