(b) What is an array in C? Explain how arrays can be used for storing and manipulating Multiple values.
Answers
Answered by
4
The ray tutorial explains, that for having a method on an object,
Answered by
4
Answer:
here is ur answer ...
An array is a collection of data items, all of the same type, accessed using a common name. A one-dimensional array is like a list; A two dimensionalarray is like a table; The C language places no limits on the number of dimensions in an array, though specific implementations may.
As you can see, JavaScript gives you some powerful ways to manipulate arrays — you can alter the elements at the start of an array with unshift() and shift() , modify the end of an array with push() and pop() , and add or remove elements at any point in an array with splice() .
hope this will help uh ...
have a great day ahead mate ...❤
Similar questions
Math,
3 months ago
Computer Science,
3 months ago
Physics,
6 months ago
Physics,
6 months ago
Math,
1 year ago