find a number whether it is even or odd without using any
control structures and relational operators?
Answer Posted / vignesh1988i
mind you sir == is an relational operator.................
thank u
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is difference between static and global variable in c?
What is a keyword?
what is event driven software and what is procedural driven software?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Why is c called "mother" language?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What are structures and unions? State differencves between them.
Write a program to reverse a given number in c language?
Why static is used in c?
Write a program to know whether the input number is an armstrong number.
C language questions for civil engineering
How will you find a duplicate number in a array without negating the nos ?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Are negative numbers true in c?
What are the various types of control structures in programming?