14
Exercise #2: Pseudocode
Implement the following pseudocode instructions in C
A
is an array of
int
s
... swap A[i] and A[j] ...
S
is a stack
... swap the top two elements on S ...