Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#define memoryAlloc() (struct node *)malloc(sizeof(struct node));
struct prod
{
char left;