what is the difference between parameters and arguments? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is the difference between parameters and arguments?

19th Nov 2016, 4:40 PM
Ahmed Elsaied Diab
Ahmed Elsaied Diab  - avatar
1 Answer
0
A parameter represents a value that the procedure expects you to pass when you call it. An argument represents the value that you pass to a procedure parameter when you call the procedure. The calling code supplies the arguments when it calls the procedure.
20th Nov 2016, 1:56 AM
Mateusz Antczak
Mateusz Antczak - avatar