Four bit adder: Difference between revisions

Content added Content deleted
(++ sather impl again (sorry for these edits, I missed last changes by mwd*!))
m (keep images from bleeding into code)
Line 17: Line 17:


To test the implementation, show the sum of two four-bit numbers (in binary).
To test the implementation, show the sum of two four-bit numbers (in binary).
<div style="clear:both"></div>

=={{header|C}}==
=={{header|C}}==
<lang c>#include <stdio.h>
<lang c>#include <stdio.h>