What is the use of arguments in C?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the use of arguments in C??

Im very new to this.......can anyone help me out?

24th Feb 2019, 6:41 AM
Prince Daniel
Prince Daniel - avatar
1 Answer
+ 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
24th Feb 2019, 12:41 PM
laura