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 do you know about the use of bit field?
How do I round numbers?
What is the difference between NULL and NUL?
What is double pointer in c?
How do you convert strings to numbers in C?
What is operator precedence?
Is javascript written in c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Explain the red-black trees?
What are the different data types in C?
Differentiate between new and malloc(), delete and free() ?
What is a newline escape sequence?
What are the back slash character constants or escape sequence charactersavailable in c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Can we initialize extern variable in c?