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
hi can anyone tell me about vision plus testing? and what about its future
what is your daily activities?
What is benchmark testing? hi friends... can anyone suggest the correct answer plz...
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
What are the disadvantages of manual testing?
if go through 1 or 2 projects clearly,then i feel comfortable to search the job,please help me
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
what are the various techniques you will use as soon as the srs was given to you to speedup the testing?
How can you do the usability testing?
what risks do u faced u r projest how do you solve
HI, I WANT TO DO A ISTQB FOUNDATION CERTIFICATION FROM HYDERABAD WHICH INSTITUTE WOULD BE GOOD FOR ME,WHERE I CAN TAKE SOME TRAINING SESSIONS FOR CLEARING THIS EXAMINATION.
Describe Testing Decomposition?
What is client server application testing?
which test strategy your are fallowing in your company?which documents u r using in software development life cycle?
What is error cusing tecnique