Program Using C Data Types
1. Write a C program that takes two integer inputs from the user, performs addition, subtraction, multiplication, and division operations, and displays the results. Use appropriate data types.
2. Create a program that prompts the user to enter a single character. Display its ASCII value, convert it to uppercase, and then display the modified character. Use appropriate data types.