Computer Science, asked by prajapatianu0908, 4 days ago

What is the difference between parameters, arguments, variables and take input from user?

Answers

Answered by noob1434
0

Answer:

Note the difference between parameters and arguments: Function parameters are the names listed in the function's definition. Function arguments are the real values passed to the function. Parameters are initialized to the values of the arguments supplied

Explanation:

Similar questions