Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Heff on Sep 3, 2017



Title: While traversing a list, a node pointer knows when it has reached the end of a list when:
Post by: Heff on Sep 3, 2017
While traversing a list, a node pointer knows when it has reached the end of a list when:
A) it encounters a null pointer
B) it encounters a sentinel, usually 9999
C) it encounters the newline character
D) it finds itself back at the beginning of the list
E) None of these


Title: Re: While traversing a list, a node pointer knows when it has reached the end of a list when:
Post by: bestavinash on Sep 3, 2017
Content hidden