Write a function to reverse a singly linked list.
1 response...
Write a function to reverse a singly linked list.
Write a function that returns the number of bits that are “on” (set to 1) in a byte. How can you make this function as fast as possible?
Write a fast routine for multiplying an unsigned integer by 7. Then write a fast routine for dividing an unsigned integer by 7.
Write a function that will reverse a string in-place. Assume that the string is null-terminated.