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 |
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
In a switch statement, explain what will happen if a break statement is omitted?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
to get a line of text and count the number of vowels in it
How to Throw some light on the splay trees?
Why is C language being considered a middle level language?
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
what is Structural oriented language? give some example of this language.....?
Who invented bcpl language?
What is the difference b/w Structure & Class?
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word