Answer Posted / sunandan
1) In data storage, an array is a method for storing
information on multiple devices. 2) In general, an array is
a number of items arranged in some specified way - for
example, in a list or in a three-dimensional table.
3) In computer programming languages, an array is a group of
objects with the same attributes that can be addressed
individually, using such techniques as subscripting.
4) In random access memory (RAM), an array is the
arrangement of memory cells.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the preprocessor directive error?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
How do I send escape sequences to control a terminal or other device?
What is the difference between the = symbol and == symbol?
Why can’t we compare structures?
How many bytes is a struct in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is clrscr ()?
How can you pass an array to a function by value?
Explain what is operator promotion?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
How would you rename a function in C?
What is volatile, register definition in C
how to find binary of number?
how to count no of words,characters,lines in a paragraph.