Unexpected behavior when passing a pointer to a function for array manipulation in C
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-07-16
c pointers arrays
I'm having trouble with a function that is supposed to modify an array passed to it via a pointer. The function compiles without errors, but the changes made to...