0x06. C - More pointers, arrays and strings 0. strcat Write a function that concatenates two strings. 1. strncat Write a function that concatenates two strings. 2. strncpy Write a function that copies a string. 3. strcmp Write a function that compares two strings. 4. I am a kind of paranoid in reverse. I suspect people of plotting to make me happy Write a function that reverses the content of an array of integers. 5. Always look up Write a function that changes all lowercase letters of a string to uppercase. 6. Expect the best. Prepare for the worst. Capitalize on what comes Write a function that capitalizes all words of a string. 7. Mozart composed his music not for the elite, but for everybody Write a function that encodes a string into 1337. 8. rot13 Write a function that encodes a string using rot13. 9. Numbers have life; they're not just symbols on paper Write a function that prints an integer. 10. A dream doesn't become reality through magic; it takes sweat, determination and hard work Add one line to this code, so that the program prints a[2] = 98, followed by a new line. 11. It is the addition of strangeness to beauty that constitutes the romantic character in art Write a function that adds two numbers. 12. Noise is a buffer, more effective than cubicles or booth walls Write a function that prints a buffer. Author Prince Solomon - princexz