pointer

Note

  1. In C, all function arguments are passed by value.
    (including arrays: This means that when an array is passed as an argument to a function, a copy of the array is created and passed to the function)
posted @ 2023-01-06 14:37  shendawei  阅读(69)  评论(0)    收藏  举报