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
can anyone help me regarding testing patterns?
Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also
What if the project isn’t big enough to justify extensive testing?
If I want to check compability of software in a MAC OS then which steps shold I follow?
How to integrate Bugzilla with QTP?
10 scenarios for security testing using gmail applications?
plz tell me the difference b/w PB/MF based appl.with examples. Thanks
What is the full form of cmmi?
Different types of design diagrams that supports to write test cases ?
What is a test server?
hi this is ashok , i never worked in medical domain , can any one pls send me with proper exaple pls Question is while emergency or normal patitent enter into hospital he entered his first and last name and he enter emergency coloumn , write test case on these ,
What is the typical situation u faced while collecting the test data?
what are the tests u did in entire project? when it did in the project? (means at the release build to end of project) plz explain clearly
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
What is junit & api?