To find whether a number is even or odd without using any
conditional operator??
Answer Posted / amala v
friends
u are using if condition in program.. u should not use
that.because the question is without any condition. if is
also a condition ok. so try to find without if .
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Explain what is the best way to comment out a section of code that contains comments?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is class and object in c?
How does normalization of huge pointer works?
Explain how can type-insensitive macros be created?
Why c is called top down?
Why array is used in c?
How can a program be made to print the name of a source file where an error occurs?
What is the difference between break and continue?
What is the acronym for ansi?
How do you view the path?
Why is this loop always executing once?
What is wrong in this statement?
What is meant by preprocessor in c?
Can you return null in c?