find a number whether it is even or odd without using any
control structures and relational operators?
Answer Posted / vinothkumar.r
But its much efficient just to find whether the last bit is
0 or 1
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
Why pointers are used in c?
Explain the properties of union. What is the size of a union variable
Why is c called c?
What is getch() function?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is the difference between class and object in c?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Where we use clrscr in c?
Can we change the value of #define in c?
What are the different types of objects used in c?
How can you draw circles in C?
Explain what is wrong with this program statement?
Implement bit Array in C.
Explain how can I write functions that take a variable number of arguments?