I understand this function doesn't pass any argument but it will get return data
could anyone help me to understand what type of function is this ?
Code:
<return-type> function( void )
{
statements;
}
Code:
<return-type>* function( void )
{
statements ;
}