Broadcasting sites, greater internet freedom,.
<span>Every word has only one correct spelling and pronunciation.
This is a false statement.
</span>
You'll need a helper variable for this, so depending on your programming language, the solution becomes:
int helper;
helper = arr[i];
arr[i] = arr[j];
arr[j] = helper;