@ -11,7 +11,7 @@ The latest element is taken from the stack. */
typedef struct Node{
int data;
int *data;
struct Node *next;
} StackNode;
The note is not visible to the blocked user.