Array in C Definition, Syntax, Working, Advantages & Disadvantages
Definition: Array is collection of similar data types. That means using array we can store similar type of elements.
In short array is a variable which can store multiple values. For example, if you want to store 100 and more intigers, then you need to create an array for it.
Syntax:
No comments:
Post a Comment
If you have any doubts, please discuss here...👇