Economy, asked by jaggoshanebhaduri, 8 months ago

W.A.P to take one character array and input 10 elements in it then find it. do it in scanner ​

Answers

Answered by atharva010440
0

Answer:

Explanation:

C Program to read and print elements of an array – In this distinct article, we will detail in on the various ways to read and print the elements of an array in C programming.

Suitable examples and sample programs have also been added so that you can understand the whole thing very clearly. The compiler has also been added with which you can execute it yourself for read and print elements of array.

The methods discussed in the current piece are as follows:

Using Standard Method

Using Function

Using Recursion

An array is a collection or a sequential order to various elements, with or without a particular order. Arrays usually consist of information that is stored at respective pointers in C programming.

Similar questions