what is array?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / riyaz
array is collection of similar ans non-similar of data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amitpratapsingh
array is the collection of similar elements or similar data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amit
An array is a values of collaction of same data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
Answer / amit kumar
Array is collaction of values of the same datatype.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
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 |
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
What are the features of the c language?
A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.
How are Structure passing and returning implemented by the complier?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
write a program to delete an item from a particular location of an linear array?
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
what is event driven software and what is procedural driven software?
How does the C program handle segmentation faults?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
define function