Write a functin to add two no. Both no can be int, float.
Answer Posted / aaaa
public int fname(int a,int b)
{
int c;
c=a+b;
messagebox.show("answer"+c);
return(c);
}
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
Is comparator a functional interface?
How does bitwise work?
Is it possible to force garbage collector to run?
What is the default boolean value in c#?
Illustrate namespaces in c#?
Can we instantiate abstract class in c#?
Explain the security with aop?
How is a string immutable?
What will be the output of the following code?
What is the use of expression tree in c#?
Difference between value and reference type.
How do I simulate optional parameters to com calls?
What is application c#?
How many dimensions can an array have?
Give examples for reference types?