what is the diff b/w local and global variable?
Answer Posted / riya jain
The differnce b/w local and the global variables is in the
scope in which they are used. like in c++ the variables
that are declared in main() are global and the variables
that are declared within the class are subject only to that
class and thus termed as local variables.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why performance testing is performed? What are tools of performance testing?
What is the main use of preparing traceability matrix and explain the real time usage?
What are the standard you follow in your company to prepare test plan document? Content is same in every standard or not. Also is there any document to read about the testing standards? Thanks in advance for giving me the answer.
Define Stability, Scalability and reliability with example ?
how will the test plan is pepared in ur organisation>?
Can you explain function points?
Test approach to windows scheduler?
What is the typical situation u faced while collecting the test data?
tell me some major and minor defects in ur net banking project?
What can you tell about the project if during testing you found 80 bugs in it
wat is test management ?what are the components available in test management?
How does quality control differ from quality assurance?
What are different types of verifications?
. Is any graph is used for code coverage analysis?
In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?