pass by pointer/ reference

前端 未结 0 1440
醉梦人生
醉梦人生 2021-01-27 08:47

what is the difference between

func(int* a)

//and 

func(int *a)

also what is the difference between

func(int& a)

//and

fun         


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