Manish Singh

Manish Singh

  • NA
  • 7.6k
  • 4.4m

There is two functions function a and function b

Jan 11 2012 6:32 PM
Hi..

Ques : There is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to display the sum result in function a with out using global variable. how we do?

Answers (1)