Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Which of the following is an example of a circular self-referential structure?
struct Node { int data; struct Node *next;};int main() { struct Node a, b; a.next = &b; b.next = &a;}
struct Node { int data; struct Node next;};
struct Node { int data;};
struct Node { int data; struct Node *next;};
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!