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 to swap two variables a=5 , b= 10 without using third variable
how to execute with out main in cprogram
How can we open a file in Binary mode and Text mode?what is the difference?
What is the main differences between C and Embedded C?
Do you have any idea how to compare array with pointer in c?
Hi, main() { } Is a user defined function or Built in Functionn
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
write a proram to reverse the string using switch case?
What is nested structure with example?
Which is better between malloc and calloc?
What is openmp in c?