swap two number wthout using third variable
Answer Posted / jvhariharan
void main()
{
int a=10,b=20;
a=a+b;
b=a-b;
a=a-b;
}
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
what is c sharp dotnet
Can any one give an example (Source Code) on virtual function implemetation in Java?
what is the similarity between networking devices?
when we use mantis? how learn mantis?
Outline the two important features of a terminating recursion. Any ideas?
Is the IT field raise again? What is the position of IT after 4 years?
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
How will you prove that java swing is multithreaded?
Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
EXPLAIN UNARY OPEARATORS
what is the difference between an OS(operating system) and Framework?
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
what is difference between input parameter and output parameter.
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....