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 array?

Answers were Sorted based on User's Feedback



what is array?..

Answer / sunandan

1) In data storage, an array is a method for storing
information on multiple devices. 2) In general, an array is
a number of items arranged in some specified way - for
example, in a list or in a three-dimensional table.

3) In computer programming languages, an array is a group of
objects with the same attributes that can be addressed
individually, using such techniques as subscripting.

4) In random access memory (RAM), an array is the
arrangement of memory cells.

Is This Answer Correct ?    1 Yes 0 No

what is array?..

Answer / seng rattana

An array is a group of program elements in the same type
stored in memory locations which can be individually
referenced by adding an index to a unique identifier.

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / anoop.a.jawalkar

An Array is a fixed-size sequenced of elements of the same
data type. It is simply a grouping of like-type data. In
its simplest form, an array can be used to represent a list
of number, or a list of names.
Some useful eg:.
* List of temperatures recorded every hour in a day,or a
month, or a year.
* list of employees in an organization.
* List of products and their cost sold by a store.......

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / riyaz

array is collection of similar ans non-similar of data type

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / amitpratapsingh

array is the collection of similar elements or similar data type.

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / amit

An array is a values of collaction of same data type.

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / kalidasu lokesh kumar

an array can be defined as a collection of homogenious data
data items reffered by a common name.

array is derived data type............

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / amit kumar

Array is collaction of values of the same datatype.

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / nikhil mahajan

array is an homogenous data items.two types of array 1. one
dimensional and two dimensional example [a],[a][a].

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / vikas thakur

array is acollection of same data type element which is
stored in cosecutive memmory

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


How can I split up a string into whitespace-separated fields?

0 Answers  


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


HOW DO YOU HANDLE EXCEPTIONS IN C?

2 Answers   AppLabs,


Is array a primitive data type in c?

0 Answers  


What does %f mean c?

1 Answers  


What are the 5 types of organizational structures?

0 Answers  


How can I sort more data than will fit in memory?

0 Answers  


write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????

7 Answers   Infosys, TCS,


SRUCTURE PROGRAMMING

3 Answers   CTS, Wipro,


what value is returned to operating system after program execution?

0 Answers  


Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female

5 Answers   Infosys, Luminous,


Categories