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
What is the difference between malloc calloc and realloc in c?
Is c# a good language?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What does == mean in texting?
What is the difference between Printf(..) and sprint(...) ?
Which is the best website to learn c programming?
What is the difference between near, far and huge pointers?
What is c language and why we use it?
What is the difference between formatted&unformatted i/o functions?
Explain what does the function toupper() do?
When is a void pointer used?
Why c is a mother language?
Is array a primitive data type in c?
What is the difference between local variable and global variable in c?
Can you add pointers together? Why would you?