Hay teman - teman aku mau share coding nie, coding program palindrom menggunakan stack, langsung aja ke TKP....
#include <stdio.h>
#include <conio.h>
#include <string.h>
void push(char);
char pop();
#include <stdio.h>
#include <conio.h>
#include <string.h>
void push(char);
char pop();











