FUNCTIONS:
The functions are like subtasks.They receive some information,do some process and provide a result.Functions are invoked through a calling program.Calling program doesn't need to know what the function is doing and how it is performing its task.There is a specific function-calling methodology.Calling program calls "function" and surrounding braces just like with main().Functions are very important in code reusing.
No comments:
Post a Comment