Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

argument vs parameter coding c++

Argument - When a function is called, the values that are passed during the call are called as arguments.
Parameter - The values which are defined at the time of the function prototype or definition of the function are called as parameters.
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #argument #parameter #coding
ADD COMMENT
Topic
Name
2+2 =