Declaration:
void strupr(char s[], int index=0);
Description
The strupr function converts line s to the upper case.
Returned value
None.