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
value momentum
Enlist some bug status along with its description?
What are the main key components in client and server applications?
Why it is recommended to add verification checks to your all your scenarios?
Could some one tell me test cases for multi line text boxes like Notes field?
what is a horizontal and vertical matrix explain with examples
Should testing be done only after the build and execution phases are complete?
please anyone let me know the -ve testing of Excel sheet?
How to do integration testing on duster......
could any body plz let me know which is best training institute for telecome testing in hyderabad?
What are cookies?
how to write test cases for epos/pos testing.
what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application
What is testing and maintenance?
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.