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
What is setfill c++?
What is an undefined behavior and sequence points
Why Pointers are not used in C++?
Is it possible to have a recursive inline function in c++?
What is endl?
What is iterator c++?
What are the basics of local (auto) objects?
Why struct is used in c++?
What is std :: flush?
What is the default access level?
What is object file? How can you access object file?
Why do we use double in c++?
Is arr and &arr are same expression for an array?
What is the rule of three?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?