temp
void reverse_string()
Calculates the factorial of a number. Reverses a string in place.
#include \n int main() { printf("Hello, world!\n"); return 0; }
Parameters:
n
: The number to calculate factorial for.str
: The string to reverse.
Returns:
unsigned
: long The factorial of n.