I\'ve been using void pointers to implement stacks using arrays. I know that before displaying the value pointed to by the void pointer, we need to cast it to suitable data