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

write a program of bubble sort using pointer?

3 Answers   TCS,


Study the Following Points: 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 1. 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,


What is pass by reference in c?

0 Answers  


What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?

1 Answers  


logic for x=y^n

1 Answers   Delphi,


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

0 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


what are the advantages & disadvantages of unions?

2 Answers  


What is a const pointer?

0 Answers  


Write a c program to demonstrate character and string constants?

0 Answers  


Categories