Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is an array

Answers were Sorted based on User's Feedback



what is an array ..

Answer / hariharan,k

An Array is set of related data items that shares a common
name.

Is This Answer Correct ?    0 Yes 0 No

what is an array ..

Answer / chandrakanthvellanki

an array is a FIXED-SIZE sequenced collection of elements
of the same data type

Is This Answer Correct ?    0 Yes 0 No

what is an array ..

Answer / rameshwar nath show

array is nothing but an array(a set ) of constants of
similar data type .

Is This Answer Correct ?    0 Yes 0 No

what is an array ..

Answer / aboelella

-Arrays are containers holding same data type
-Represented in memory as a sequence of elements
-Accessed through index of based zero
-It eleminates the need of defining variables with the
length of the array

Is This Answer Correct ?    0 Yes 0 No

what is an array ..

Answer / saranya

array is a collection of homogeneous data that shares a
common name and stored in a sequence of memory.

Syntax:

<data_type> <variable_name>[<dimension_size>];


ex:

int arr[5];

Where,
int is an integer datatype,
arr[5] is a variable name with size 5.

Is This Answer Correct ?    0 Yes 0 No

what is an array ..

Answer / nashiinformaticssolutions

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

what is an array ..

Answer / 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

what is an array ..

Answer / 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

what is an array ..

Answer / sivasankar

array is a collection of elements

Is This Answer Correct ?    0 Yes 1 No

what is an array ..

Answer / roshan

array is a group of elements.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C++ General Interview Questions

which of the following is not an secondary constant a) array b) real c) union

0 Answers  


What issue do auto_ptr objects address?

2 Answers  


How do I make turbo c++ full screen?

0 Answers  


What is wrapper class in c++?

0 Answers  


Name the operators that cannot be overloaded in C++?

0 Answers   Fidelity,


What is a hashmap c++?

0 Answers  


difference between c and c++?

38 Answers   Cognizant, IBM, Infosys, Oracle, Sarva Shiksha Abhiyan, Wipro,


What is an overflow error?

0 Answers  


What is the difference between static global and global ?

2 Answers   CA,


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

0 Answers  


What is design pattern?

2 Answers   Samsung,


write infinite loop in C++ which does not use any variable or constant?

3 Answers  


Categories