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
When should volatile modifier be used?
Describe the steps to insert data into a singly linked list.
Can we declare variable anywhere in c?
how should functions be apportioned among source files?
Where static variables are stored in memory in c?
Can we declare a function inside a function in c?
How can I remove the trailing spaces from a string?
Explain the difference between ++u and u++?
When can you use a pointer with a function?
What is the acronym for ansi?
What is queue in c?
What does double pointer mean in c?
Can you please explain the scope of static variables?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
How can type-insensitive macros be created?