Wap to insert and delete an element in symbol table in c
Answers
Answered by
27
Answer:
Symbol table in C
- #include<stdio.h>
- #include<conio.h>
- #include<alloc.h>
- #include<string.h>
- #include<stdlib.h>
- #define NULL 0.
- int size=0;
- void Insert();
Similar questions