0
What is the use of arguments in C??
Im very new to this.......can anyone help me out?
1 Antwort
+ 2
an argument is a way to pass the actual input value into a function when it is called... then the function with that value can process the result
.. .. promoting reuse vs hard coding the values