I wanna create a program that can do these things
- Take input from user (say int value)
- Store it in an array without starting size
- Use the information of array for whatever purposes
I'm asking for help so that I can know
- How to make a dynamic array without a set size?
- How can I use/access/reach the elements in the above array?
Sorry if the question is very beginner but yes, let me know the answer.