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 global variables?

Answer Posted / keshini vyas

global variables are created by defining them outside of all the functions including the main in the program. The common practice is that all global variables are defined at the begining of the program code before any function. global variables can be accessed from any function including main function and other user defined functions.

example
int x,y; /* Global Variable*/
main()
{
int a,b;/*local variable*/
statement 1;
statement 2;
.
.
.
statement n;
}

Is This Answer Correct ?    11 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where do the default global variables declared in designer are stored in tibco administrator?

1046


What is a spawn in call process?

1110


What is the purpose of a lock shared configuration resource?

1049


What are the different modes of service invocation in tibco?

1273


What are the options for configuring storage for process engine's checkpoint repository ?

1253


Explain Client and EXplicit Client dupsOK Acknowledge modes in jms?

1839


When is a 'generate error' activity useful?

1087


How do wait-notify resources work ?

1174


What is vcrepo.dat?

1109


Where does the tibco admin maintains the version history of the application?

1089


What are the different types of transactions tibco provides?

1119


What is import and include in schema in tibco bw?

2768


What are the possible error output's of read file activity?

1083


What is the difference between jms queue receiver and jms queue requestor?

1082


Explain what is alias file in tibco?

1126