Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is event sourcing in c#?

1021


What is a c sharp?

989


What is the .net datatype that allows the retrieval of data by a unique key?

940


Is c# pass by value?

932


How many types of serialization are there in c#?

937


Is datetime nullable c#?

1080


what is IDisposal interface,IComparable,IEquatable,IFormatable

1077


Explain the importance and use of each, version, culture and publickeytoken for an assembly.

993


What is method overriding in c#

1178


How can you achieve run time polymorphism in C#?

1056


What is iqueryable in linq?

936


Define multicast c# delegate?

1015


What is the base class from which all value types are derived?

987


What is delegates and events?

994


Can we make a class private in c#?

984