how to find the largest element of array without using relational operater?

Answer Posted / dhakchina moorthy.p

sort the array first and then have the last element of the
array, which is always larger then the remaining.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does stand for?

817


Why is C language being considered a middle level language?

839


Why is c known as a mother language?

949


What is function what are the types of function?

730


What is difference between arrays and pointers?

753


What are the uses of null pointers?

774


define string ?

847


Why we not create function inside function.

1942


What is the difference between void main and main in c?

847


What is meant by inheritance?

832


what is the structure pointer?

1832


What is New modifiers?

871


Multiply an Integer Number by 2 Without Using Multiplication Operator

527


How can I open a file so that other programs can update it at the same time?

887


write a program to find the given number is prime or not

4247