A positional parameter is linked by its position. Positional parameters must be specified in the order in which they appear. Named parameters are specified by assigning values to their names . named parameters can be assigned initial values by using their names.
Read moreWhat is the difference between named and positional parameters?
A positional parameter is linked by its position. Positional parameters must be specified in the order in which they appear. Named parameters are specified by assigning values to their names . named parameters can be assigned initial values by using their names.
Read more