Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can u swap 2 variables in C without using 3rd variable?

Answers were Sorted based on User's Feedback



How can u swap 2 variables in C without using 3rd variable?..

Answer / 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

How can u swap 2 variables in C without using 3rd variable?..

Answer / 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

How can u swap 2 variables in C without using 3rd variable?..

Answer / rahul

#include<stdio.h>
#include<conio.h>
void main()
{
int a=20,b=30,c;
clrscr();
a=a+b;
b=b+a;
c=a+b;
c=b-a;
printf("swapping two variables using 3rd variable");
scanf("%d%d%d,a,b,c);
getch();
}

Is This Answer Correct ?    2 Yes 8 No

Post New Answer

More Manual Testing Interview Questions

hi guys...every test engineer have strong knowledge on SQL....but i have zero knowledge on sql......pls suggest me which one i need.. to get strong knoledge on sql .... learn SQL SERVER or ORACLE?

2 Answers  


What is test case of dustbin ?

5 Answers   Campus Interview, eXtensible IT Solutions, Hewitt, TCS,


is script is same like test cases?

2 Answers  


what are 6 microsoft rules used for user interface testing?

1 Answers   Cap Gemini,


What is the diff betwn Functional nad regression testing and do u excute same test case or write new one for regression

9 Answers   Patni, TCS,


what are the parameters use to write the test plan document?

3 Answers   Cap Gemini,


please give me the template of tracebility matrix ? i need whicch is commanly used in real time...

2 Answers  


1.What is the difference between QA and verfication? 2.What is the difference between QA and verfication? 3.what is the difference between teststrategy and test methodologies? 4.what is the difference between teststrategy and test methodologies?

4 Answers   InterSoft,


Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies

0 Answers  


what is the need of white box tesing before doing black box testing?

1 Answers   Cognizant,


anyone ca explain Tracebility metrics.how to involve on this.

2 Answers  


can you please tell me what is test script ..with example what is the difference between test script and test cases

3 Answers  


Categories