Get integer value from a integer pointer in C

后端 未结 0 581
悲&欢浪女
悲&欢浪女 2020-12-05 10:04

I am new to C. I am wondering can I directly get the integer value from a function that returns int pointer. I found the following work.

int *test = myfunc(in         


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