@techno-ishant-ZIUDJx
•
Oct 26, 2024
Oct 26, 2024
1.5K
Even/Odd Program in C
write an program in C to find whether a given input number is EVEN or ODD
Condition :- do not use conditional statement(if,while) ,ternary operator(?)
only use printf and scanf...