what is difference between built in module and user defined module
Answers
Answered by
168
Answer:-
- A module is group of statements that exist within a program for the purpose of performing a specific task.
- A function is a type of module that returns a value back to the program that called it.
Hope it Helps!
Answered by
5
A module is group of statements that exist within a program for the purpose of performing a specific task. A function is a type of module that returns a value back to the program that called it.
I think this answer will be helpful
Similar questions