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
Tell me with an example the self-referential structure?
What is sizeof return in c?
What are compound statements?
What is const volatile variable in c?
How many keywords are there in c?
Differentiate Source Codes from Object Codes
What are the usage of pointer in c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is a header file?
What are the different types of control structures in programming?
What is the description for syntax errors?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
How to implement a packet in C
Is calloc better than malloc?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?