C9.3|multiplication table using functions | C language | for Beginners | Dr. Khaja Masthan

Опубликовано: 01 Июль 2026
на канале: Soft Trainers
87
1

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