× Didn't find what you were looking for? Ask a question
Top Posters
Since Sunday
L
3
d
3
y
3
a
3
n
3
d
3
e
3
d
3
c
3
p
3
M
3
a
3
New Topic  
DePeet DePeet
wrote...
Posts: 338
Rep: 0 0
6 years ago
Refer to Example Code Ch 13-2: Assume that the linked list has at least two Nodes in it.  Which of the following instructions will return the second int value in the list?
a.   return head.info; 
b.   return head.next.info;
c.   return head.next.next.info;
d.   return head.next.next.next.info;   
e.   It is not possible to return the second int value in the list using head.
Read 66 times
1 Reply
Replies
Answer verified by a subject expert
se7ense7en
wrote...
Posts: 327
Rep: 0 0
6 years ago
Sign in or Sign up in seconds to unlock everything for free
1

Related Topics

DePeet Author
wrote...

6 years ago
Smart ... Thanks!
wrote...

Yesterday
This site is awesome
wrote...

2 hours ago
Thanks
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  979 People Browsing
Related Images
  
 1024
  
 163
  
 3016