Types of Function - Parameterized functions with no return type (void) in C Programming | Example
Channel:
Subscribers:
3,030
Published on ● Video Link: https://www.youtube.com/watch?v=PwCZzkDxeWM
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.
Other Videos By EduTraGam
Tags:
functions in C
functions
Types of function
parameters
arguments
no return type
parameter list
return type
example
classification of function structures according to the return type and parameter list
function with no return type
function with parameter list
function with arguments
function calling
function prototypes
function declaration
function definition
parameterized function
no return type function
return type void
a list of parameters
formal parameters