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
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
I have seen function declarations that look like this
What is the use of define in c?
What is difference between structure and union in c programming?
Why does this code crash?
What kind of structure is a house?
What is the usage of the pointer in c?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What are the types of pointers?
Difference between goto, long jmp() and setjmp()?
Do character constants represent numerical values?
Can you write the algorithm for Queue?
In a switch statement, explain what will happen if a break statement is omitted?
Can we access the array using a pointer in c language?
What is clrscr in c?