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 |
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
What is the purpose of void in c?
When should the const modifier be used?
What is the difference between variable declaration and variable definition in c?
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
the data type used for unlimited value in c and how to do this program
Can we assign string to char pointer?
can we implement multi-threads in c.
Is c pass by value or reference?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
where do we use structure pointer?
How do you generate random numbers in C?