1. Write code to reverse a linked list.
2. What is the definition of medical billing?
3. Which programming languages do you use regularly in your work?
4. What are the basics of your stream background?
5. Write a program to print numbers from 1 to 100. For multiples of 3, print "wow" instead of the number. For multiples of 5, print "Amazing" instead of the number. For numbers which are multiples of both 3 and 5, print "Wowamzing".