when you do pass by address, do you not need to ‘always’ pass a pointer?
In C language there are 2 ways to pass arguments to functions, right? One of them is Pass by address. Do you not need to always pass a pointer?
In C language, when you do pass by address, do you not need to ‘always’ pass a pointer?
In C language there are 2 ways to pass arguments to functions, right? One of them is Pass by address. Do you not need to always pass a pointer?