Save
...
Computer Programming 2
Week 5 to 6 Functions in C++
Parameters and Arguments
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Marc
Visit profile
Cards (4)
Parameters
are the list of variables that is declared in the function.
Parameters are the list of variables that is
declared
in the
function
.
Arguments
are the actual values to be passed when a function is called.
Arguments are the
actual values
to be passed when a function is called.