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


Please Help Members By Posting Answers For Below Questions

Tell me with an example the self-referential structure?

781


What is sizeof return in c?

814


What are compound statements?

876


What is const volatile variable in c?

817


How many keywords are there in c?

853


Differentiate Source Codes from Object Codes

1210


What are the usage of pointer in c?

946


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

857


What is a header file?

863


What are the different types of control structures in programming?

918


What is the description for syntax errors?

881


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

868


How to implement a packet in C

2663


Is calloc better than malloc?

818


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?

2314