Commit 59a33495 authored by Sahil Azad's avatar Sahil Azad
Browse files

Update answers.txt

parent 26de3925
No related merge requests found
Pipeline #94937 failed with stage
Showing with 4 additions and 4 deletions
+4 -4
......@@ -10,10 +10,10 @@ Code Snippet #2:
(a) the Node with data 10
(b) the Node with data 100
(c) null
What is the value of the Node reference variable "first"? TODO
What is the value of the Node reference variable "temp"? TODO
What is the value of the next field of the Node with data 10? TODO
What is the value of the next field of the Node with data 100? TODO
What is the letter corresponding to the value of the Node reference variable "first"? TODO
What is the letter corresponding to the value of the Node reference variable "temp"? TODO
What is the letter corresponding to the value of the next field of the Node with data 10? TODO
What is the letter corresponding to the value of the next field of the Node with data 100? TODO
Code Snippet #3:
How many (non-null) Node values are reachable from variables after the snippet? TODO
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment