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

Hi i need to Acess a variable "int Intval" in the below
mentioned code .How to Access it guys i am waiting for your
reply

Answer Posted / ved prakash

using System;
class ved
{
public static void Main()
{
int x,y,z;
x=3;
y=6;
z=0;
z=x+y;
Console.WriteLine(z);
Console.ReadLine();

}
}

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a string example?

1014


What do you mean by stack unwinding in c++?

1175


List the features of oops in c++?

988


What is basic if statement syntax?

1008


Explain what data encapsulation is in c++?

1032


How to get the current position of the file pointer?

974


What is pair in c++?

1004


What is the best it certification?

1058


What is the difference between a declaration and a definition?

1040


Define stacks. Provide an example where they are useful.

950


What is #include c++?

1045


Out of fgets() and gets() which function is safe to use and why?

1132


Explain the difference between realloc() and free() in c++?

959


Is c++ a software?

1145


What is exception handling? Does c++ support exception handling?

973