Difference between revisions of "Source Code"
Line 1: | Line 1: | ||
<p>will put some c codes here</p> | <p>will put some c codes here</p> | ||
+ | |||
+ | |||
+ | ====OOP344==== | ||
+ | |||
+ | <h1>Source Code</h1> | ||
n += !a[i]; //kind of tricky way to count the zeroes in the array | n += !a[i]; //kind of tricky way to count the zeroes in the array |
Revision as of 17:19, 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