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
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What is realloc in c?
can we have joblib in a proc ?
What are valid signatures for the Main function?
how can f be used for both float and double arguments in printf? Are not they different types?
What is string in c language?
What are the characteristics of arrays in c?
How can I find out how much free space is available on disk?
What is New modifiers?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What is the use of in c?
Is int a keyword in c?
What are types of functions?
write an algorithm to display a square matrix.
Whats s or c mean?