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

What is the difference between a local and a global variable?

Answer Posted / jaccessdenied

int a;//global variable
class VariablesDemo
{
int b;//class variable
void add()
{
int c,d;//c,d,e are local variables that are used within the function add
int e=c+d;
}
}

Is This Answer Correct ?    17 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?

2058


What does sql server mean?

1159


What is the federation in sql azure?

97


How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?

1208


When I delete any data from a table, does the sql server reduce the size of that table?

1060


How to use column default values in insert statements in ms sql server?

1097


What is the default sql server instance name?

1084


How to locate and take substrings with charindex() and substring() functions?

1070


What is the need for indexing?

986


1 01 101 01010

2098


Is sql server difficult to learn?

966


What is user-defined inline table-valued function?

1003


What are the elements of dbms?

1008


How to delete duplicate rows from table except one?

1041


Explain nested stored procedure. Syntax and an example for create nested stored procedure?

979