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 |
What is structure pointer in c?
Table of Sudoku n*n
what type of questions arrive in interview over c programming?
How can I call fortran?
can anyone suggest some site name..where i can get some good data structure puzzles???
What is a class?
Juxtapose the use of override with new. What is shadowing?
What is the default value of local and global variables in c?
What is pivot in c?
What are multibyte characters?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is New modifiers?