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 xaml in c#?
Can you describe iuknown interface in short?
Can multiple inheritance implemented in c# ?
What floating point types is supported in C#?
what is collections in .net? why we use?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
Explain what are three test cases you should go through in unit testing?
List down the different ide’s provided by microsoft for c# development.
What is difference between === and ==?
What is generic in c#?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!
What is threading in c# with example?
How to transpose multi-dimensional array?
Is php better than c#?
What is difference between internal and protected internal in c#?