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
Explain the difference between strcpy() and memcpy() function?
How can a program be made to print the name of a source file where an error occurs?
Is sizeof a keyword in c?
Explain what happens if you free a pointer twice?
Which is the memory area not included in C program? give the reason
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Write a program to reverse a given number in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What are the types of data structures in c?
What is c++ used for today?
Why doesn't C support function overloading?
There seem to be a few missing operators ..
a program that can input number of records and can view it again the record
Write a program to swap two numbers without using the third variable?
How can I sort more data than will fit in memory?