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
Is c procedural or functional?
Write a program to generate the Fibinocci Series
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Why structure is used in c?
How main function is called in c?
How will you find a duplicate number in a array without negating the nos ?
What is the sizeof () a pointer?
What is ambagious result in C? explain with an example.
in linking some of os executables are linking name some of them
What are global variables and explain how do you declare them?
What does double pointer mean in c?
What is header file definition?
Give differences between - new and malloc() , delete and free() ?
What are the back slash character constants or escape sequence charactersavailable in c?
What is #pragma statements?