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 event sourcing in c#?
What is a c sharp?
What is the .net datatype that allows the retrieval of data by a unique key?
Is c# pass by value?
How many types of serialization are there in c#?
Is datetime nullable c#?
what is IDisposal interface,IComparable,IEquatable,IFormatable
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
What is method overriding in c#
How can you achieve run time polymorphism in C#?
What is iqueryable in linq?
Define multicast c# delegate?
What is the base class from which all value types are derived?
What is delegates and events?
Can we make a class private in c#?