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

disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

0 Answers  


can we execute the program with the object file

1 Answers  


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

0 Answers  


List a few unconditional control statement in c.

0 Answers  


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


What is the difference between declaring a variable by constant keyword and #define ing that variable?

1 Answers  


what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }

14 Answers  


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


What are predefined functions in c?

0 Answers  


How can you dynamically allocate memory in C?

2 Answers  


What is variable initialization and why is it important?

0 Answers  


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

0 Answers  


Categories