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

difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,


Why array is used in c?

0 Answers  


main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............

3 Answers  


Explain how can type-insensitive macros be created?

0 Answers  


Explain what is the purpose of "extern" keyword in a function declaration?

0 Answers  






Do you have any idea about the use of "auto" keyword?

0 Answers  


write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.

0 Answers   BirlaSoft,


what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


Total of how many functions are available in c?

3 Answers  


Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


Explain do array subscripts always start with zero?

0 Answers  


What is #include called?

0 Answers  


Categories