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
When would you use a pointer to a function?
How can this be legal c?
What are header files in c programming?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Explain Basic concepts of C language?
Why c is faster than c++?
largest Of three Number using without if condition?
Explain what are header files and explain what are its uses in c programming?
What is integer constants?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What are the restrictions of a modulus operator?
What is the use of a ‘’ character?
Is swift based on c?
Which is better between malloc and calloc?
regarding pointers concept