(CPROGRAMMING ONLY) 6. Red String by CodeChum Admin For the Japanese, who know so much and intuit more, human relations are predestined by a red string that the gods tie to the pinky fingers of those who find each other in life. Legend has it that the two people connected by this thread will have an important story, regardless of the time, place or circumstances. The red string might get tangled, contracted or stretched, as surely often happens, but it can never break.   A red string is basically like a connection. And in programming, a connection from one variable to another can be simulated by a pointer. Let's do that!   Instructions: In the code editor, you are provided with an initial code where a constant variable is declared. Your only task is to assign the address of this variable to the first pointer found at line 9. Output My destiny = 11

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

(CPROGRAMMING ONLY)

6. Red String
by CodeChum Admin

For the Japanese, who know so much and intuit more, human relations are predestined by a red string that the gods tie to the pinky fingers of those who find each other in life. Legend has it that the two people connected by this thread will have an important story, regardless of the time, place or circumstances. The red string might get tangled, contracted or stretched, as surely often happens, but it can never break.

 

A red string is basically like a connection. And in programming, a connection from one variable to another can be simulated by a pointer. Let's do that!

 

Instructions:

In the code editor, you are provided with an initial code where a constant variable is declared.
Your only task is to assign the address of this variable to the first pointer found at line 9.

Output

My destiny = 11

main.c
< > +c
1. In the code editor, you are
provided with an initial code
1 #include<stdio.h>
where a constant variable is
3 - int main(void) {
declared.
4.
int destiny
22;
2. Your only task is to assign the
address of this variable to the first
int *ptr1, *ptr2, *ptr3;
pointer found at line 9.
7
// TODO: Fill in the blank
ptr1
ptr2
ptr3
8
9.
ptr1;
ptr2;
10
Output
11
%3D
12
13
printf("My destiny
= %d", *ptr3);
My destiny = 11
14
15
return 0;
16 }
Transcribed Image Text:main.c < > +c 1. In the code editor, you are provided with an initial code 1 #include<stdio.h> where a constant variable is 3 - int main(void) { declared. 4. int destiny 22; 2. Your only task is to assign the address of this variable to the first int *ptr1, *ptr2, *ptr3; pointer found at line 9. 7 // TODO: Fill in the blank ptr1 ptr2 ptr3 8 9. ptr1; ptr2; 10 Output 11 %3D 12 13 printf("My destiny = %d", *ptr3); My destiny = 11 14 15 return 0; 16 }
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY