Swap the values of an array in C [duplicate]
This question already has an answer here: Swap two elements of an array function [closed] (1 answer) Closed 4 years ago. How can I swap the values of an array(in C)? For example I have: Array1[] = {1,4,67}; and I want to swap this numbers, in {4, 67, 1}. c arrays swap 1 use a […]