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...

write a program to swap Two numbers without using temp variable.

Answer Posted / nikhil gupta

# 2 a=a+b;
b=a-b;
a=a-b;

Is This Answer Correct ?    23 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

c program to compute AREA under integral

2466


Why do we use static in c?

1177


What is data type long in c?

1116


What is wrong with this declaration?

1156


Do pointers take up memory?

1207


Do you have any idea about the use of "auto" keyword?

1131


Write a program to print factorial of given number using recursion?

1063


Why we use break in c?

1072


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

2230


What is break in c?

1102


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

1156


What are the 5 types of organizational structures?

1133


Explain what is output redirection?

1246


given post order,in order construct the corresponding binary tree

2854


What are structural members?

1066