Write a printf or scanf statement for each of the following:
a. Print unsigned integer 40000 left justified in a 15-digit field with 8 digits.
b. Read a hexadecimal value into variable hex.
c. Print 200 with and without a sign.
d. Print 100 in hexadecimal form preceded by 0x.
e. Read characters into array s until the letter p is encountered.