What is Function ?
Saturday, December 26, 2024
What is Function ?
Definition :
A function is a named,independent,block of statements that perform well defined , specific task and may return a value to a calling program.
Facts about function :
- It is identified by unique name .
- It is invoked or called using this name.
- It can return a value.

Bookmark & Share
0 comments:
Post a Comment