what is array?
Answers were Sorted based on User's Feedback
Answer / prakash
array is nothing but group of elements and store the many values
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vijay
An array is a collection of homogenous data elements which are
stored in consecutive memory locations.Always address location
of array starts from 0.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rahamatulla
Array is collectioan of homogenius data types which stored
in memory allocation
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shubham
an array is a series of values in computers memory all of which have the same name and also same data type but they are differ with special values called subscripts
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manish sharma
Array is a collection of similar data type,
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shabaz
fgfmy hjddf gjyf gng hjv veyug gjfu gkfgxj, hgkg ckyy gfgh
ff ghggh cghyg cfh fgxgg hchh vgv hg vyuv hcgv gvb 4467bv
ftbbm,
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / muhammad junaid malik
Array is a collection of elements that have different data types but are stored in a same header name
| Is This Answer Correct ? | 6 Yes | 7 No |
Answer / balamurugan
An Array is a collection of similar data type,that are
refered by common or single name.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / saroja patil
Array is simple program structure collection of homogeneous
data elements which are stored the elements are same data
same type and same size.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / hanif sagar
The collection of similar data type is called an array.
| Is This Answer Correct ? | 0 Yes | 1 No |
Can a pointer be volatile in c?
What is typedef?
Explain the Difference between the New and Malloc keyword.
What is ## preprocessor operator in c?
What is the difference between if else and switchstatement
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
What are the types of functions in c?
Why we use int main and void main?
C program to find all possible outcomes of a dice?
Differentiate call by value and call by reference?
What does %d do in c?
What is a lookup table in c?