5 lines
60 B
C
5 lines
60 B
C
if (x & 1) {
|
|
/* x is odd */
|
|
} else {
|
|
/* or not */
|
|
}
|
if (x & 1) {
|
|
/* x is odd */
|
|
} else {
|
|
/* or not */
|
|
}
|