![]() |
Changing Character case
I also came up with the below code still doesnt work
Code:
#include <iostream> |
Re: Changing Character case
Can someone help?
|
Re: Changing Character case
cout<<(char)toupper(s);
This should be tolower and not toupper. |
| All times are GMT +5.5. The time now is 19:06. |