Question

Consider the following code snippet: int myVariable; int *myPointer; myPointer = &myVariable; Submit the following: Write...

Consider the following code snippet:

int myVariable;
int *myPointer;
myPointer = &myVariable;

Submit the following:

  1. Write a C++ statement that would display the value stored in myVariable using myPointer.
  2. Write a C++ statement that would display the memory address of myVariable using myPointer.

I am in programming II with C++

0 0
Add a comment Improve this question Transcribed image text
Answer #1
Write a C++ statement that would display the value stored in myVariable using myPointer.
cout<<(*myPointer);

Write a C++ statement that would display the memory address of myVariable using myPointer.
cout<<(myPointer);
Add a comment
Know the answer?
Add Answer to:
Consider the following code snippet: int myVariable; int *myPointer; myPointer = &myVariable; Submit the following: Write...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT