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
What is the scope of user defined process variables ?
What is the difference between jms queue receiver and jms queue requestor?
Explain what is alias file in tibco?
What is the purpose of a lock shared configuration resource?
What is custom id?
Process engines in a fault tolerant group can be configured as peers or master secondary.how do these differ ?
What are the different modes of service invocation in tibco?
Hi i want to learn TIBCO. I am not good at programming.. Which module should i prefer to learn in tibco. i am having 2 years exp in another sector, now i m planning to change my career path. Please suggest me.
Where does the tibco admin maintains the version history of the application? Please tell us the path?
What are the pretch predicates in tibco bw ?
What are the different modes of service invocation?
Explain the process configuration parameters - max jobs, flow limit & activation limit ?
Give an example where graceful migration of service from one machine to another is not possible.
What are the options for configuring storage for process engine's checkpoint repository ?
If secondary server finds out that the Primary is down and comes up.Where does it gets the messages from.