C9.5| max of two numbers using functions | C Language | for Beginners | Dr. Khaja Masthan



C9.5| max of two numbers using functions | C Language | for Beginners | Dr. Khaja Masthan

C9.5| max of two numbers  using functions | C Language | for Beginners | Dr. Khaja Masthan

types of functions based on return type and argument list
1. function without arguments and without return type
2. function with arguments and without return type
3. function with arguments and with return type
4. function without arguments and with a return type
A function is a sub program which performs a specific task