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 is the difference between a function and a method in c?
What are two dimensional arrays alternatively called as?
Explain what is the difference between null and nul?
What does 1f stand for?
What are linker error?
What is dynamic dispatch in c++?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is the value of h?
Explain what is the benefit of using #define to declare a constant?
Explain what is the difference between functions abs() and fabs()?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What are header files why are they important?
write a c program to find the sum of five entered numbers using an array named number
What is c++ used for today?
How can I send mail from within a c program?