How to read and write data in an array?
Data Structure > Array > Array Introduction in Data Structure
965
Answer:
In this section you will learn how to read and write data in an array using c programming Language
#include void main () { int array[10], n; // Reading an array printf("Enter size of an array"); scanf ("%d", &n); printf("Enter array elements"); for (i=0;i
This Particular section is dedicated to Question & Answer only. If you want learn more about Data Structure. Then you can visit below links to get more depth on this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.