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 is difference between structure and union in c programming?
Is sizeof a keyword in c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is union and structure in c?
Explain the difference between structs and unions in c?
Can you please explain the difference between malloc() and calloc() function?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is atoi and atof in c?
What are the types of i/o functions?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What does c mean in basketball?
What is d'n in c?
What is call by reference in functions?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?