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
Name three reasons why the tester may choose to record in Context Sensitive mode.
hi sir, i completed my GNIIT from NIIT. i recently joined in IT company for Testing(manual) on JD EDWARDS.So,i wanna to ask that after taking 1yr experience can i able to do Testing .NET in another company.Pl i am confused pl send yours suggestion throw my email(paresh_shindeal@yahoo.com)
need testing projects where can i find them
Hi, what do you mean by internal auditing? what are the things they do in internal auditing?what they review? THNX in Advance
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
What is Test Design ?( Urgent) and Test Design for Printer?
what is metrics in software testing? give me a brief detail about it?
what are the risks and contingencies u had in ur project?
What are the main key components in web applications?
What is test driver and test stub?
What are quality assurance and quality control?
Can Anbody please send me Daily Work status format in which I can save my daily work activity
What is Application Performance testing and Operational performance testing
what types of testing have u done in ur project?and expalin it detail?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.