[solved] – Question 84599
Q12. A user has written a cpp program in capital case and saved it as “my.cpp”. Since C++ recognizes only lower case, write a program to read the above file and convert the entire program to lower case and save it to another file named “mynew.cpp”.
Expert Answer
OR

