Write a C program to check a number even or odd, without using
any relational, arithmetic operator and any loops.
Answer / geniuineprogrammer
u can use bitwise operator
if (no & 1) {
its odd
}
| Is This Answer Correct ? | 6 Yes | 1 No |
Write a program to reverse a given number in c language?
what are two kinds of java
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
Explain zero based addressing.
What is the process to create increment and decrement stamen in c?
What are the types of operators in c?
Why array is used in c?
program to find a smallest number in an array
write a program to insert an element at the specified position in the given array in c language
Explain do array subscripts always start with zero?
Disadvantages of C language.
In C programming, what command or code can be used to determine if a number of odd or even?