What are Function Modules?

Showing Answers 1 - 2 of 2 Answers

alok saxena

  • May 5th, 2006
 

Function modules is a extranal subroutine.we can call it to outside the program.its a mini program. its used for redues the coding,easy to find error.

  Was this answer useful?  Yes

bachu

  • Jun 26th, 2006
 

Function modules is like a small program (is not a suboutine because sub-routines are not standalone objects-i.e we cannot execute them alone) which are similar to 'functions' in C.

we can pass the varible and get the return values even with out knowing what is happening in its code.

they are standalone programs-i.e.we can debug and execute them alone unlike subroutines and macros and includes.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions