Question:
C program to read strings from a file and uppercase them
Guidance writing a program in C code that reads a lowercase string of characters from a text file named "data.txt", then duplicates the string in uppercase characters and displays both, the original lowercase and uppercase strings.