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 dispaly the sum result in function a with out using
global variable. how we do?
Answer Posted / imatoria
1. Either change the signature of function a() to function
a(int total).
2. Or Make the function a() as the extension function:
static function a(this int total).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why cyclomatic complexity is important?
What is a ashx file?
What is directive in asp net?
Explain what is event bubbling?
What is css in asp.net?
Does google crawl redirects?
Differentiate between early binding and late binding.
Explain parts of assembly?
What is asp.net architecture?
i want the asp.net technical questions and answeres
Explain the difference between the web config and machine config.
Can I tap into other windows livetm services?
What is asp.net used for?
What is the significance of ASP.NET routing?
What is meant by server side scripting?