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

Unlock the full course today

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

Challenge: Displaying an array

Challenge: Displaying an array

(upbeat electronic music) - [Instructor] For this challenge, you are to create a character array, a string, determine the string's length, then loop through the string displaying each character using pointer notation, not array notation. Don't increment the pointer. Instead, use the loop value to display each successive character until the entire string is displayed. Give yourself about 20 minutes to complete this challenge.

Contents