Invalid operands to binary * (have ‘int *’ and ‘int *’)

前端 未结 0 1070
时光取名叫无心
时光取名叫无心 2021-01-26 10:20

I have the following function

void square(int num)

Pass by value:

num = 4

Pass by reference:

num = null

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