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 is a static in c#?

871


What is the use of convert toint32 in c#?

921


What are circular references? How garbage collection deals with circular references.

865


List the fundamental oop concepts?

846


Can we instantiate abstract class in c#?

845


What is the use of 'as' Keyword in C# ?

965


What are the properties of string?

906


Who is a accessibility modifier “protected internal” available to ?

956


what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?

1836


Can I do things in il that I can't do in c#?

870


Why do we need serialization?

856


What is hashtable in c# with example?

894


What is boolean method?

904


What are the two uses of a ‘using’ statement in c#?

899


Why do we need constructor?

856