How can u swap 2 variables in C without using 3rd variable?
Answer Posted / deepa
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 ? | 5 Yes | 4 No |
Post New Answer View All Answers
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
Differentiate verification and validation?
Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?
How will u decide test data to see that evey feature is thoroughly tested
1.Enlist the types of testing performed for any window in sequence? 2.Use of edit_get_list function 3.Accuracy & Precision
If asked to create a Configuration Design Pattern, where would you start?
I have an UI issue "please fill out this field" pop up in firefox browser keeps scrolling with the page is it valid???
What are the different available models of sdlc?
How do test documents in a project span across the software development lifecycle?
Do you think tools are required for managing change. Explain and please list some tools/practices which can help you managing change.
Which testing model is best as per your understanding, and why?
How to write testcases for unread/read mails for gamil inbox? and what are the types of testing you do on them?
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
Information about Automated Software Installer
I have interview on Guide wire testing. If you please share me.