Posts by imcrying • 1 point
1 post
-
-2
votes0
answers20
viewsQ: How to write a code in C language without arithmetic operators and without if/switch?
I need to write a code in C that indicates whether the integer is even or odd. The program has to show 0 when it is even and 1 when it is odd. However, the teacher placed the restrictions described…