Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
1 Commented Post
0 Endorsements
~69 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for nouah

Exercise 1: Introduce int variables x and y and int* pointer variables p and q. Set x to 2, y to 8, p to the addre ss of x, and q to the address of y. Then print the following information: (1) The address of x and the value of …

Member Avatar for daviddoria
-3
69