temp_Documentation Documentation
void reverse_string()
Calculates the factorial of a number. Reverses a string in place.
Parameters:
n
: The number to calculate factorial for.str
: The string to reverse.
Returns:
unsigned
: long The factorial of n.