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 are the types of macro formats?
What does emoji p mean?
What is c basic?
What are pointers? What are different types of pointers?
what are the different storage classes in c?
What is the c value paradox and how is it explained?
Explain how can a program be made to print the line number where an error occurs?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is the sizeof () a pointer?
What is difference between union All statement and Union?
Explain what header files do I need in order to define the standard library functions I use?
Can we use visual studio for c?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Can true be a variable name in c?
What is volatile keyword in c?