Argument / Parameter
What is Argument / Parameter ?
Ans : ☞ Argument : is the a ctual value of this variable that gets passed to function. Ex : Test(5,7) ☞ Parameter : is variable in the declaration of function. Ex : Test(X,Y) ⚝ Funct…
Ans : ☞ Argument : is the a ctual value of this variable that gets passed to function. Ex : Test(5,7) ☞ Parameter : is variable in the declaration of function. Ex : Test(X,Y) ⚝ Funct…