Write a functin to add two no. Both no can be int, float.
Answer Posted / gopathi vamseedhar
public int fname(int a,int b)
{
int c;
c=a+b;
messagebox.show("answer"+c);
}
| Is This Answer Correct ? | 5 Yes | 11 No |
Post New Answer View All Answers
What is desktop example?
In which order the destructor is called for an inherited class?
How are Windows programs different from normal C-programs?
Which is faster list or dictionary in c#?
Can a class or a struct have multiple constructors?
Define thread?
What is mvc firstordefault?
How to achieve polymorphism in c#?
Is dictionary reference type c#?
Can we instantiate abstract class in c#?
What is the difference between abstract and virtual?
Explain about multithreading?
Why is .net so popular?
what are some characteristics of an array?
What is instantiating a class in c#?