Can a float variable be called as a pointer without having it initialised?

前端 未结 0 1566
醉话见心
醉话见心 2020-12-07 19:01

If I have a variable initialized as float, for example float x = 25.4. Can I then call it as float* in another part of the script?

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