here's my code: #include int main(void) {     int next_destination = 10;     int *pointer_1, *pointer_2;     // TODO: Perform instruction 2.a      // TODO: Perform instruction 2.b     // TODO: Perform instruction 2.c     return 0; }

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter10: Pointers
Section10.1: Addresses And Pointers
Problem 12E
icon
Related questions
Question

hello! can you please help me with my code? i need to get the same expected output. the instructions are on the photo as well as the expected output


here's my code:

#include<stdio.h>

int main(void) {
    int next_destination = 10;

    int *pointer_1, *pointer_2;

    // TODO: Perform instruction 2.a 


    // TODO: Perform instruction 2.b


    // TODO: Perform instruction 2.c


    return 0;
}

Instructions:
1. In the code editor, there are three things present:
1. An integer value representing the next destination
2. Pointer #1 which represents the first signage
3. And Pointer #2 which represents the second signage
2. For this problem, you need to do two things:
1. Assign the address of the integer value (or the
next_destination) to Pointer #2
2. Assign the value of Pointer #2 to Pointer #1
3. Using Pointer #1 and the dereferencing operator, print
the value of the next_destination
Output
Next destination = 20
Transcribed Image Text:Instructions: 1. In the code editor, there are three things present: 1. An integer value representing the next destination 2. Pointer #1 which represents the first signage 3. And Pointer #2 which represents the second signage 2. For this problem, you need to do two things: 1. Assign the address of the integer value (or the next_destination) to Pointer #2 2. Assign the value of Pointer #2 to Pointer #1 3. Using Pointer #1 and the dereferencing operator, print the value of the next_destination Output Next destination = 20
Expert Solution
steps

Step by step

Solved in 6 steps with 2 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++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,