[Solved] how can I define limit of an array by the quantity of numbers put in scanf?
[ad_1] This example allows the user to enter numbers “indefinitely” without the need for prompting how many to enter. Of course, your computer only has so much RAM, so there is a limit, but not a practical limit. Essentially, you need to choose an initial size, then allocate more space dynamically when that size is … Read more