ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
How can u swap 2 variables in C without using 3rd variable?
 Question Submitted By :: Swapna
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How can u swap 2 variables in C without using 3rd variable?
Answer
# 1
main()
{
int a=20,b=30;
clrscr();
a=a+b;
b=a-b;
a=a-b;
printf("%d%d",a,b);
getch();
}
 
Is This Answer Correct ?    22 Yes 3 No
Sj
 
  Re: How can u swap 2 variables in C without using 3rd variable?
Answer
# 2
main()
{
int a=20,b=30;
clrscr();
b=a+b;
a=b-a;
b=b-a;
printf("%d%d",a,b);
getch();
}
 
Is This Answer Correct ?    0 Yes 1 No
Deepa
 
 
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
In Risk, What is the difference between mitigation and contigency plan in risk.  1
what is the format of test report?  2
Hi frnds im Priyan.in interviews they are one question 4r me.i have been asked this one in 4 interviews.." AS A TESTER, WHAT IS UR GOAL OR AIM OR AMBITION..? ".. can any one gve answer perfect answer ? tank u .. reply me plss AZTEC13
I was asked with 4+ expeirence - How did you involve in implementing QA Standards and guide lines in ur project. IBM1
wht is the diffrence between bug life cycle and defect life cycle  2
i am working in a small size software company from last 9 months as software tester.now i want to update my CV.can anyone send me a sample resume on my given email id. swap_unic@yahoo.co.in  1
what is format of the final report u submitted to ur client?  1
write 3 test cases on ATM for security purpose Zycus-Infotech5
Why you developed the software to test the software? Fulcrum-Logic2
what is means by feature to be tested in test plan  3
Suppose that your're running tests on the windows calculator and find that 1+1=2,2+2=5,3+3=6,4+4=9,5+5=10 and 6+6=13. Write a bug title and Bug Description that effectively describes this problem? FCG6
What is Smoke testing,in smoke testing time u will prepare the test cases or not? Sonata8
What is the difference between test case result and a bug? Satyam4
what type of documents can u prepare during Testing? Covansys5
contents of test report CTS3
if any bug is found & that problem is resolve & make sure this type of problem is not arrise is any project also 1 - corrective & preventive Action 2 - Risk Analysis 3 - Impact Analysis 4 - Root Cause Analysis NIIT1
hi,I want to learn testing concepts. But, actually, at least, I don't have basic knowledge about testing. but, my desire is to learn testing concepts. But, I don't know, which material is good?And which site is good to learn testing concepts. Please, could any one help me regarding this? If any one have good material with you, with out feel, kindly forward that material to me? Please, do this help for me. Thanks in Advance. my mail id is gopimanchella@gmail.com BEST REGARDS M.MurthySharma.  5
If there is no sufficent time for testing & u have to complete the testing then what will u do? HCL15
how can u report bugs in manual testing? MBT6
wht is RTM(Requirememts Tracebility Matrix), what are the contents includes in this spreadsheet.. Anybody can answer this question...  2
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com