the main difference between main wndow, variable window and constant window is that the main window will be continued for all the pages of the script.variable window can be altered in consequent pages if you place initialize a window in the second page as constant the widow will be appeared in all consecutive pages
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Escaping variable uses when we want to break loop.
Create Date
:
Saturday, March 15, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
It depends on the compiler where it stores. Most of the times it is in RAM. The only thing that the standard says is that it will have the lifetime equal to that of process.
Create Date
:
Saturday, March 15, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
-> The same auto variable name can be used in different blocks-> There is no side effect by changing the values in the blocks
-> The memory is economically used-> Auto variables have inherent protection because of local scope
Create Date
:
Saturday, March 15, 2008
Click here
to improve the Interview Question, Answer and other fields.