without using arithmatic operator solve which number is
greater??????????



without using arithmatic operator solve which number is greater??????????..

Answer / 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

More C Interview Questions

What is the mean of function?

0 Answers  


please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


biggest of two no's with out using if condition statement

5 Answers  


What is the general form of #line preprocessor?

0 Answers  


how to swap 4 number without using temporary number?

2 Answers  






Which is better between malloc and calloc?

0 Answers  


What is malloc return c?

0 Answers  


Why c is procedure oriented?

0 Answers  


in linking some of os executables are linking name some of them

0 Answers   IBM,


what is function pointer?

2 Answers   Wipro,


Why preprocessor should come before source code?

2 Answers  


What is the purpose of macro in C language?

0 Answers   Fidelity,


Categories