โช Choose the correct option.
Consider the following declaration
struct list {
int x;
struct list *next;
)*head;
The statement head.x = 100
struct list {
int x;
struct list *next;
)*head;
The statement head.x = 100