What is local and formal parameter

Questions by sekr   answers by sekr

Showing Answers 1 - 2 of 2 Answers

Jayanth nehru

  • May 3rd, 2006
 

Two are graph level parameters but in local you need to initialize the value at the time of declaration where as globle no need to initialize the data it will promt at the time of running the graph for that parameter.

  Was this answer useful?  Yes

K Nagi Reddy

  • May 4th, 2006
 

local parameter is like local variable in c language where as formal parameter is like command line argument we need to pass at run time.

  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