Name:________________________Netid:_______________Section:_______
Name:________________________Netid:_______________Section:_______
Name:________________________Netid:_______________Section:_______
________________________________________________
________________________________________________
_________________________________________________________
_________________________________
_________________________________
_________________________________
_________________________________
_________________________________
_________________________________
_________________________________
1. Fill in the blanks to call the qsort function to sort the array in ascending order.
qsort( __________________ , __________________ , __________________ , __________________ );
2. Fill in the blanks to call the qsort function to sort the array in descending order.
qsort( __________________ , __________________ ,
__________________ , __________________ );
3. Write the first "word" in the list that begins with
the letter
'w'.
_______________________________________________________
4. Write the last "word" in the
list.
_______________________________________________________