#include
#include #include #define EOL 'n' void main ()
{
clrscr ();
char chu [80]; int tong, dem;
for (dem = 0; dem
for (dem = 0; dem
return;
};
- Enter a normal character, then switch to uppercase and print to the screen
- Enter a capital letter, then switch to lowercase and print to the screen
- Another result
- Answers a and b