How do I write a genric display function in C to display void pointers of all data types?

前端 未结 0 464
情书的邮戳
情书的邮戳 2020-12-13 12:36

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题