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

Unlock this course with a free trial

Join today to access over 25,300 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