Thread
:
C programing
View Single Post
shabbir
Go4Expert Founder
22Aug2007,21:36
Solution 1:
Code:
if(num % 2 == 0) Num is Even else Num is Odd
Solution 2:
Code:
res = a+b+c;