Which kind of function it is? What is the return type of such function? why they use star(*) before func name

后端 未结 0 1751
粉色の甜心
粉色の甜心 2020-12-03 11:21

  int *fun() 
{ 
    //CODE
}

Why they use * before function name? can anyone please refer me something about this or please explain.

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