From the course: Advanced C Programming: Optimize Performance and Efficiency

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Challenge: An array-modification function

Challenge: An array-modification function - C Tutorial

From the course: Advanced C Programming: Optimize Performance and Efficiency

Challenge: An array-modification function

(upbeat music) - [Instructor] For this challenge, you are to create a function that modifies an array. In this instance, it's a character array or string. The function is to take the string of text, convert all the letters to uppercase, and change all the spaces to underlines. This challenge should take you approximately 15 minutes to complete.

Contents