In this tutorial, I have demonstrated such functions that have no return type but own parameter list with a proper coding example in C programming language. Functions that have no return type is said to have void return type. If there is a parameter list in the function head then the function is said to parameterized function. The parameter list of a function consists of parameters that are used to hold the arguments sent at the time of function calling by any caller function.