Find the largest number from the given 2 numbers without using
any loops and the conditional operator.
Answer Posted / anji
We can compare two
values using unary
operators also
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where static variables are stored in c?
What is the difference between %d and %i?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Why does everyone say not to use gets?
There seem to be a few missing operators ..
What does volatile do?
What does s c mean on snapchat?
Is there a way to compare two structure variables?
What is meant by preprocessor in c?
What should malloc(0) do?
What 'lex' does?
What oops means?
Explain how can you avoid including a header more than once?
how to capitalise first letter of each word in a given string?