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
What does stand for?
Why is C language being considered a middle level language?
Why is c known as a mother language?
What is function what are the types of function?
What is difference between arrays and pointers?
What are the uses of null pointers?
define string ?
Why we not create function inside function.
What is the difference between void main and main in c?
What is meant by inheritance?
what is the structure pointer?
What is New modifiers?
Multiply an Integer Number by 2 Without Using Multiplication Operator
How can I open a file so that other programs can update it at the same time?
write a program to find the given number is prime or not