Functions in C exercises — master pass by reference
Functions in C exercises are where pass by value and pass by reference stop being abstract concepts and become tools you apply automatically. You’ve seen the theory and built three complete programs. Now it’s time to solve challenges on your own — finding the second maximum, deleting an element by position, and merging two sorted…
