Write a program to find the given number is odd or even
without using any loops(if,for,do,while)
Answer Posted / shiv kumar
(num/2==0)? printf("even"):printf("odd");
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
What is file in c preprocessor?
What is a list in c?
Which type of language is c?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is difference between structure and union?
Did c have any year 2000 problems?
What is wrong with this declaration?
code for find determinent of amatrix
What is a loop?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
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?
What is %d called in c?
What are the valid places to have keyword “break”?
code for quick sort?
Are the expressions * ptr ++ and ++ * ptr same?