Question: Write a simple program where you declare some pointers of various types ( int , char, etc. ) Point these pointers to various variables, arrays,
Write a simple program where you declare some pointers of various types int char, etc. Point these pointers to various variables, arrays, and each other, increment and decrement these pointers, dereference and print them. The purpose is to become comfortable using pointers. Test this program fully. More than ten lines of code please.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
