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
Why static variable is used in c?
what is event driven software and what is procedural driven software?
Describe the steps to insert data into a singly linked list.
How do you view the path?
How many keywords are there in c?
Is there a built-in function in C that can be used for sorting data?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Is linux written in c?
If errno contains a nonzero number, is there an error?
Are there any problems with performing mathematical operations on different variable types?
Can you please explain the difference between syntax vs logical error?
How can I sort more data than will fit in memory?
Hi can anyone tell what is a start up code?
Explain how do you use a pointer to a function?
Differentiate between ordinary variable and pointer in c.