Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > C++ > Re: Linked List...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 5 Topic 45742 of 47017
Post > Topic >>

Re: Linked List - M-Choice Question

by "osmium" <r124c4u102@[EMAIL PROTECTED] > May 3, 2008 at 09:43 AM

"yogi_bear_79" writes:

> Assume a linked list of nodes which have an info data member and a
> next data member.  Suppose a pointer called cursor points to a node in
> the middle of the linked list.  To move ptr to the next node use:
>
>
> ptr=next;
> next->ptr;
> ptr->next;
> ptr=ptr->next;
> none of the above.
>
> I want to anwser none of the above as i feel it should be cursor-
>>next;  But I could also anwser ptr->next; if I disregard the info
> leading up to last sentacne which is the actual question (To move ptr
> to the next node use:).  is this a trick question, or am i reading to
> much into it?

My guess is that is not meant to be a trick question, just a question
posed 
by somene who has difficulty saying what he means.  "Suppose a pointer 
called cursor... "  There is no such pointer in the code.  Did he mean "To

change ptr to point to the next node?"  That isn't what he says, is it?
 




 5 Posts in Topic:
Linked List - M-Choice Question
yogi_bear_79 <yogi_bea  2008-05-03 08:58:16 
Re: Linked List - M-Choice Question
"osmium" <r1  2008-05-03 09:43:28 
Re: Linked List - M-Choice Question
=?UTF-8?B?RXJpayBXaWtzdHL  2008-05-03 16:59:03 
Re: Linked List - M-Choice Question
Daniel Pitts <newsgrou  2008-05-03 10:14:20 
Re: Linked List - M-Choice Question
yogi_bear_79 <yogi_bea  2008-05-03 10:33:49 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Jul 24 16:00:18 CDT 2008.