Try this,
main() { int a=5,b=3; b=a+b; a=b-a; b=b-a; printf(" %d %d ",a,b); } On Wed, Jan 2, 2013 at 2:54 PM, shilpa rakhunde <shilpa3.rakhu...@gmail.com>wrote: > swap the two strings without usings third variable? -- --Thanks & Regards : Anuj Sharma -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to dotnetdevelopment@googlegroups.com To unsubscribe from this group, send email to dotnetdevelopment+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net