Function With No Argument But Return Value In C In Hindi || By Excel Cla...

When a function may return values to the calling functions then it is called function 2nd type.



This function doesn't have any parameters, but still it returns value and it is absolutely valid in C Programming. int Sub(int a, int b);. This function does have any parameters and it also returns variable c.



We create program of sum of two number where function return some value.



Comments