Answer Posted / 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 |
Post New Answer View All Answers
What is default value of global variable in c?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
How will you find a duplicate number in a array without negating the nos ?
What is the difference between malloc() and calloc()?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What are pointers?
What is pointers in c with example?
Is c procedural or functional?
What is masking?
How do you determine whether to use a stream function or a low-level function?
What is union and structure?
Difference between pass by reference and pass by value?
What is difference between array and pointer in c?
Who developed c language?
What is floating point constants?