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 access modifier in c#?
How many types of constructors are there?
What is desktop GUI application?
Can constructor be overloaded in c#?
How to add controls dynamically to the form using c#.net.
What are the Types of caching
Is c# used for any core features of windows vista?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
What is meant by unicode characters?
What is list collection in c#?
What are All kind of access specifiers for a class and for methods
What is extended class in c#?
What are the different states of a thread?
Is it possible to have a static indexer in c#?
What does xpath return?