Write a C++ program for the following Create a function Display() and declare four variables and four pointers of types int, char, double and float in it. You can initialize the variables with any...


Write a C++ program for the following


Create a function Display() and declare four variables and four pointers of types int,
char, double and float in it. You can initialize the variables with any values of your
choice. After variable initialization, assign addresses of those variables to the
corresponding declared pointers. At the end, you need to print the following values
• values stored in all variables
• values stored in pointers
• addresses of all the variables
• addresses of all the pointers
• sizes of all the variables
• sizes of all the pointers



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here