✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
a value field (containing an integer) and a next field (containing
a pointer to the next node in the list). Suppose R3 contains a pointer
to the list.
Why should the program compare R3 with nil before it performs R3 := (*R3).next?