. 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
( C
1. 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
Step by step
Solved in 2 steps with 2 images