void state_is_argument_function_parameter(int begin,int end,int extra_argument) { let's suppose extra_argument variable can be calculate using begin and end variable extra_argument= begin-end; here we find a relation between variable to reduce the number of arguments }