How much space to allocate to strings when doing type casting of int and double to string in C?

前端 未结 0 1114
傲寒
傲寒 2020-11-22 07:15

I am learning type casting and have a question about the amount of space we need to allocate to the strings before converting int and double to a string. Here is the code:

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