<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: invert code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 27 Jul 2008 01:13:01 GMT</pubDate>
    <description>DZone Snippets: invert code</description>
    <item>
      <title>change integer variables content</title>
      <link>http://snippets.dzone.com/posts/show/441</link>
      <description>&lt;code&gt;&lt;br /&gt;//+ Jonas Raoni Soares Silva&lt;br /&gt;//@ http://jsfromhell.com&lt;br /&gt;&lt;br /&gt;#include&lt;stdio.h&gt;&lt;br /&gt;#include&lt;conio.h&gt;&lt;br /&gt;void main(){&lt;br /&gt;	int a, b;&lt;br /&gt;	clrscr();&lt;br /&gt;&lt;br /&gt;	printf( "Digite a= " );&lt;br /&gt;	scanf( "%d", &amp;a );&lt;br /&gt;&lt;br /&gt;	printf( "Digite b= " );&lt;br /&gt;	scanf( "%d", &amp;b );&lt;br /&gt;&lt;br /&gt;	a = b - a + ( b = a );&lt;br /&gt;&lt;br /&gt;	printf( "a= %d\nb= %d", a, b);&lt;br /&gt;	getch();&lt;br /&gt;}&lt;br /&gt;*&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sat, 02 Jul 2005 04:02:49 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/441</guid>
      <author>jonasraoni (Jonas Raoni Soares Silva)</author>
    </item>
  </channel>
</rss>
