Problem:
Question 1- Write a complete program to counts the whitespace, the digits, the uppercase alphabetic and lowercase alphabetic in the input.
Question2- Prove or show a counter example: (ux-uy) == - (unsigned) (y-x)
Please describe and explain the code of a program to counts the whitespace.