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
Can you please compare array with pointer?
Explain what does the function toupper() do?
Is a house a shell structure?
how to create duplicate link list using C???
what is bit rate & baud rate? plz give wave forms
What is pointers in c?
What is a structure and why it is used?
Explain the difference between getch() and getche() in c?
Mention four important string handling functions in c languages .
Define the scope of static variables.
What is the scope of global variable in c?
Explain what are the __date__ and __time__ preprocessor commands?
What is an auto variable in c?
Why is sprintf unsafe?
When is a null pointer used?