Functional Programming In C
; apply(arr, 5, square); // arr is now {1, 4, 9, 16, 25} } ``` This example demonstrates how passing functions as arguments allows functional-style transformations, a core FP concept, within C. Benefits and Trade-offs of Functional