Types of Function - Functions with no return type and no parameter list in C Programming | Example
Channel:
Subscribers:
3,030
Published on ● Video Link: https://www.youtube.com/watch?v=fDEeNPGGBj8
In this tutorial, I have demonstrated such functions that have no return type and no parameter list with a proper coding example in C programming language. Functions that have no return type is said to have void return type and also if there is no parameter list of a function then void is written in the place of the parameter list.
Other Videos By EduTraGam
Tags:
functions in C
functions
Types of function
no parameter
no arguments
no return type
argument
parameter
return type
example
classification of function structures according to the return type and parameter list
function with no return type
function with no parameter
function with no arguments
function calling
function prototypes
function declaration
function definition
no parameter function
no return type function
return type void
parameter list empty
types