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

2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.

3 Answers   Nagarro,


Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me

7 Answers  


How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 Answers  


If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,






How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


what is the function of pragma directive in c?

0 Answers  


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


what is d pitfalls of registers variables

3 Answers   TCS,


What does & mean in scanf?

0 Answers  


Can you return null in c?

0 Answers  


A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.

4 Answers  


Categories