There is two functions function a and function b
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?