without using arithmatic operator solve which number is
greater??????????
Answer Posted / niranjan vg
use relational operator
(a > b)
this is not a arithematic operator.
or you can use conditional operator
(a>b)?a:b;
| Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
What are local static variables?
How to get string length of given string in c?
What does c in a circle mean?
Explain what is the benefit of using #define to declare a constant?
What does char * * argv mean in c?
What are register variables? What are the advantage of using register variables?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
How is pointer initialized in c?
What are the types of pointers?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
How can I ensure that integer arithmetic doesnt overflow?
Write a program that accept anumber in words
What is the purpose of macro in C language?
Is fortran faster than c?
How are strings stored in c?