Difference between revisions of "Source Code"
(→OOP344) |
(→OOP344) |
||
Line 6: | Line 6: | ||
<h1>Source Code</h1> | <h1>Source Code</h1> | ||
− | <p>n += !a[i]; //kind of tricky way to count the zeroes in the array</p> | + | <p>n += !a[i]; //kind of tricky way to count the zeroes in the array(for c only)</p> |
Revision as of 17:26, 26 May 2010
will put some c codes here
OOP344
Source Code
n += !a[i]; //kind of tricky way to count the zeroes in the array(for c only)