How do I convert a char sequence in C to it's corresponding char?

前端 未结 0 1768
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-17 09:37

I have the following string: char str[] = "\\n";

I need to be able to store it into a char, in order to get it\'s ascii value. I basically need

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