what is array?

Answers were Sorted based on User's Feedback



what is array?..

Answer / mr rafiq ahmad dar

an array is a fixed size sequenced collection of elements of same data type

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / abir maiti

An array is a linear data structure of homogeneous elements.
Homogeneous means, every element will be of same data type,
may of int type or of float type or of char type. Any array
will be stored in consecutive memory locations. Array
elements are accessed using index starting from 0. Array can
be one or multidimensional.

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / mubarak khowaja

array is the collection of similer data type,

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / ram kumar

array is a group of characturs

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / joel

array the method of storing multiple data on the same drive

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / virender kumar

An array is a collection of similar data type, that can store the value of an object.

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / bhavinsin darbar &bhavik g

array is collection of element which is having to same data
type

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / dilip

Array is a collection of number of element and collection
of data type

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / shubham

In short we can say that
Array is a single variable in
which multiple values of
same type can be stored.
Elements of Array share
single name.
Eg: int a[2];
here a is a variable in which
two elements of type int are
stored.

http://
studytipsandtricks.blogspot.in

Is This Answer Correct ?    0 Yes 0 No

what is array?..

Answer / prasad rokkam

An array is a collection of elements or group of elements, which belongs to same datatype.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

WHAT IS HEADER?

8 Answers   ProKarma, TCS,


Explain how do you print only part of a string?

0 Answers  


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


Explain function?

0 Answers  


What is wrong in this statement?

0 Answers  






Which header file is used for clrscr?

0 Answers  


How can I dynamically allocate arrays?

0 Answers  


Can you apply link and association interchangeably?

0 Answers   InterGraph,


Is it fine to write void main () or main () in c?

0 Answers  


a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture, Digg.com,


HOW TO HANDLE EXCEPTIONS IN C

8 Answers  


While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.

2 Answers  


Categories