Write down a C program.
Expected Output:
Test Data: "Adatlle tHE qUICKbROWN fOXjUMPS oVERtHEIAZY dOG."
The program should convert the string to uppercase and the uppercase letters of the string to lowercase.
Declare a character pointer that will point to the string.
Using the pointer, convert the lowercase letters of the string to uppercase.