How can u swap 2 variables in C without using 3rd variable?
Answer Posted / sj
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 ? | 38 Yes | 4 No |
Post New Answer View All Answers
please anyone let me know the -ve testing of Excel sheet?
What is ofx testing?
What is an entry criteria?
how to explain banking domain project in testing?
Why we have to do manual testing?
1. what exactly is heuristic checklist approach for unit testing ?
what r the measure bugs found in your project??? Give some example abt this.
why QA team is necessary for an organization?
What are the main key components in web applications?
Can you please explain about the erp project
hai friends can u expalin about real time process of testing at the company, like flow diagram
whats main working for tester. and developer, and prject manager.
what is entry and exit criteria and explain it?
What is the difference between Functional testing and Unit Functionality testing?
Can you explain requirement traceability and its importance?