I want to store 100 student records in an array. and each location of array must contain 4 values string regno,phoneno,n ame,address. How can I do above work through struct?
To use struct.
Collapse
X
Comment