Types of Function - Functions with any return type but no parameter list in C Programming | Example
Channel:
Subscribers:
3,030
Published on ● Video Link: https://www.youtube.com/watch?v=z3IcFbk9eD8
In this tutorial, I have demonstrated such functions that have any valid return type but no parameter list with a proper coding example in C programming language. Functions that have a return type is said to have any valid data types written as the return type such as int, float, double, and char. It indicates the type of the data value that will be returned to caller function by the end of execution of the called function. 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
return type
argument
parameter
example
classification of function structures according to the return type and parameter list
function with return type
function with no parameter
function with no argument
function calling
function prototypes
function declaration
function definition
no parameter function
return type of a function
valid return type
parameter list empty
function types