Question: Write a C program that defines and initializes three pointers: first one to point to an integer, the second to point to a floating point

Write a C program that defines and initializes three pointers: first one to point to an integer, the second to point to a floating point number and the third one must point to a charcter type variable. Display on the screen the addresses stored in those pointers each one in three different forms: octal, decimal and hexadecimal formats. (Note that in order to initialize these pointers you will have to define an integer, a floating point variable and a character variable too.)

Thanks!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!