How do you assign two values to one value in a pointer array through C programming?

Viewed 28

I want to set up a pointer array or even just an array to contain an x and h value for the single n value inside of the array. How do you code that and also call it when you need the first array value (or any array value)?

0 Answers
Related