Can anyone provide the source code of the following program mentioned below. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

8th Jan 2021, 6:53 PM
Kamalesh Sekhar Bharadwaj
4 Answers
+ 2
Kamalesh Sekhar Bharadwaj No you have to do self.
8th Jan 2021, 7:27 PM
A͢J
A͢J - avatar
0
How to approach I need some guidance.
8th Jan 2021, 7:37 PM
Kamalesh Sekhar Bharadwaj
0
Your guidence is in the instruction. How do you store numbers? How do you write a function?
8th Jan 2021, 11:11 PM
Chris Coder
Chris Coder - avatar
0
We can store numbers in array
9th Jan 2021, 2:52 PM
Kamalesh Sekhar Bharadwaj