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

Unlock the full course today

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

Challenge: Incrementing a pointer

Challenge: Incrementing a pointer

(upbeat music) - [Instructor] Your challenge is to write a program that uses an integer and integer pointer variable. Assign a value to the integer by using the pointer, then increment the value by using the pointer displaying both results. Give yourself about 15 minutes to complete this challenge.

Contents