Answer the following Question :
Write a function scramble which scrambles the characters of a string.
You can do this repeatedly selecting two random characters in the string and swapping them. Function rototype given below. oid scramble (char *str).