指针的问题
Write a function which receives a pointer to the amount of money in your pocket and the price of a bus ticket. Function decrements
the amount of money by the price of a bus ticket.
Write a main program that uses this function.
有点看不懂题目,帮忙解释一下谢谢。