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
What does return 1 means in c?
Why string is used in c?
How many levels of pointers can you have?
what is stack , heap ,code segment,and data segment
What is the use of gets and puts?
What are control structures? What are the different types?
What is operator promotion?
what will be maximum number of comparisons when number of elements are given?
Is this program statement valid? INT = 10.50;
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Why header file is used in c?
Write a program to implement queue.
What is ponter?
What are the rules for identifiers in c?
Why is c called c not d or e?