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 the use of a array in c

Answers were Sorted based on User's Feedback



what is the use of a array in c..

Answer / rohit v.kamlakar

An array is a collection of similar elements(data types).
These similar elements could be all ints, or all floats, or
all chars, etc.
In an array all elements must e of same types.

In simple language, Arrays are used to give 'one' variable
the power to hold 'more than 1' values.

Is This Answer Correct ?    5 Yes 0 No

what is the use of a array in c..

Answer / sameer

to have a collection of similar dta types in one varible

Is This Answer Correct ?    1 Yes 0 No

what is the use of a array in c..

Answer / saravanan j (srm universi

array concept is used to locate the memory allocation for
the variables

Is This Answer Correct ?    1 Yes 0 No

what is the use of a array in c..

Answer / surendra

Array is the collection of similar data types.

Is This Answer Correct ?    1 Yes 0 No

what is the use of a array in c..

Answer / abeera amin

array are data structure in which identical data type are
stored.and have contiguous area of memory.

Is This Answer Correct ?    0 Yes 0 No

what is the use of a array in c..

Answer / shruti

Array is a collection of homogeneous data-types..

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

What functions are used for dynamic memory allocation in c language?

0 Answers  


Explain what is the difference between text files and binary files?

0 Answers  


What is the most efficient way to store flag values?

0 Answers  


read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,


main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 Answers   CSC,


find the minimum of three values inputted by the user

3 Answers  


Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

2 Answers   ADITI,


what is self refrential structure

3 Answers   HCL,


what is the difference b/w compiler and debugger?

2 Answers   Assurgent,


program to find the ASCII value of a number

8 Answers  


Explain the difference between call by value and call by reference in c language?

0 Answers  


who is first prime minister in india??

8 Answers   Wipro,


Categories