- Write a function that makes a string uppercase, without directly using
ASCII codes. (+1)
- Print integers using putchar(). (+1)
- Swap the value of two varibles without creating a new variable. (+1)
- Test whether an integer is power of 2, without a loop. (+1)
- Write a function that multiplies a number by 7 without using multiplication
and addition opperators. (max +2)
- Reverse a linked list, using this function header: node*
reverseList(node* head) (+1)
William Niu
2009-06-04