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 setfill c++?

794


What is an undefined behavior and sequence points

662


Why Pointers are not used in C++?

699


Is it possible to have a recursive inline function in c++?

659


What is endl?

726






What is iterator c++?

632


What are the basics of local (auto) objects?

720


Why struct is used in c++?

705


What is std :: flush?

679


What is the default access level?

718


What is object file? How can you access object file?

686


Why do we use double in c++?

721


Is arr and &arr are same expression for an array?

684


What is the rule of three?

660


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

689