What is an array?..explain its type.
-praveen
Answers
Answer:
Arrays:- When there is a need to use many variables then There is a big problem because we will Conflict with name of variables So that in this Situation where we wants to Operate on many numbers then we can use array . The Number of Variables also increases the complexity of the Program. So that we uses Arrays.
The Various types of Array those are provided by c as Follows:-
1. Single Dimensional Array
2. Two Dimensional Array
3. Three Dimensional array
4. Character Array or Strings.
please mark as breinliest me...
ARRAY: -
It is the combination of same data type or if same data is needed more then none time then we use array.
Types Normally there are two types of array.
(1) One dimensional array
(2) Two dimensional array