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...

class Program
{




void add()
{
int x=10, y=20;
fun();
Console.WriteLine("{0}", sum);

}

void fun()
{
int sum;
sum = x + y;

}
static void Main(string[] args)
{
Program f =new Program();
f.add();

}
}

Debug above program.....

Answer Posted / nvk

The Variable Sum Is Not defined

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does ienumerable mean?

974


What's the implicit name of the parameter that gets passed into the set method/property of a class?

1037


Explain how to add controls dynamically to the form using c#.net.

1010


How to transpose multi-dimensional array?

1142


Why do we use dataset in c#?

1036


Why do we need properties in c#?

930


What is oledbconnection c#?

980


What is signature c#?

981


What is visual c# net?

1077


How do I trim a space in c#?

945


Why we use get and set method in c#?

1001


What is difference between singleton and static class in c#?

1006


Name some string escape sequences in c#.

1093


What is the difference between package and interface?

975


What is difference between new and override in c#?

921