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

Опубликовано: 09 Август 2026
на канале: Soft Trainers
50
2

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