Computer Science, asked by rashmityagi2403, 11 months ago

What is an array?..explain its type.
-praveen

Answers

Answered by mdshoaibsaifi0786
3

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...


mdshoaibsaifi0786: please mark brienliest
mdshoaibsaifi0786: please mark brienliest my answer..
mdshoaibsaifi0786: thankyou for mark brienliest
mdshoaibsaifi0786: thankyou so much.
mdshoaibsaifi0786: please also follow me
Answered by jangra23
2

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

Similar questions