introduce parameters to programs in unix

C++
function_name()
{
 echo “hello $1”
 return 1
}$ function_name ram
hello ram
Source

Also in C++: