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
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What does do in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What are the different categories of functions in c?
What is use of #include in c?
Explain the use of bit fieild.
Define and explain about ! Operator?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is the difference between memcpy and memmove?
Which is better malloc or calloc?
How can I find the modification date of a file?
Is it better to use malloc() or calloc()?
Tell me is null always defined as 0(zero)?
Should I learn data structures in c or python?