0
Can anyone provide the source code of the following program mentioned below.
How to write a program in C. To fullfill following requirements declare a structure that can store exactly n numbers of user given data . Write a function to enter the data to the given variable of above type structure. Display function to display the variable of the above type structure. It should be a generic program so that later on data type can me modified with minimal change.
4 Answers
+ 2
Kamalesh Sekhar Bharadwaj
No you have to do self.
0
How to approach I need some guidance.
0
Your guidence is in the instruction.
How do you store numbers?
How do you write a function?
0
We can store numbers in array