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's the difference between abstraction and encapsulation?

891


In object oriented programming, how would you describe encapsulation in c#?

953


Why generics are used?

892


What is ilist c#?

941


Is learning c# hard?

910


What does assert() do in c#?

1000


Difference between StackPanel and RelativePanel ?

1016


Are attributes inherited c#?

879


What is a must for multitasking

1000


How can we sort an array in c#?

905


If you want to convert a base type to a derived type, what type of conversion do you use?

949


How long can loop recorders stay in?

1157


What is using directive in c#?

1044


What is the difference between CONST and READONLY?

1067


What is native image generator (ngen.exe)?

1223