Given the following program fill in the blanks resulting from the cout statements: int c1 = 3; int c2-5; int c3-7; int* p1 ; int* p2; int* p3 p1 = &c2; p2 = &c3; p3 = &c1; *p1 = *p2: p2 = p3 (*p2)+; *p3 = *p1 - *p2; p2 - &c2;

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter2: Basic Elements Of C++
Section: Chapter Questions
Problem 17PE: 17. Redo Programming Exercise 16 so that the user can also input the cost of producing one liter of...
icon
Related questions
Question

Be quick pls

Given the following program fill in the blanks resulting from the cout statements:
int c1 = 3; int c2-5; int c3=7;
int* p1 ; int* p2; int* p3
= &c2;
p1
p2 = &c3;
p3 = &c1;
*p1 = *p2;
p2 = p3
(*p2)++;
*p3 = *p1 - *p2;
p2 = &c2;
c2 = c3 + *p1
%3D
%3D
What is the value of c1 ?
What is the value of c2 ?
What is the value of c3 ?
What is the value of *p1 ?
What is the value of *p2 ?
What is the value of *p3 ?
Transcribed Image Text:Given the following program fill in the blanks resulting from the cout statements: int c1 = 3; int c2-5; int c3=7; int* p1 ; int* p2; int* p3 = &c2; p1 p2 = &c3; p3 = &c1; *p1 = *p2; p2 = p3 (*p2)++; *p3 = *p1 - *p2; p2 = &c2; c2 = c3 + *p1 %3D %3D What is the value of c1 ? What is the value of c2 ? What is the value of c3 ? What is the value of *p1 ? What is the value of *p2 ? What is the value of *p3 ?
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Concept of pointer parameter
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning