how to find the largest element of array without using relational operater?
Answer Posted / mpasinski
Regarding Answer2 - what if int in your machine is 32 bit
instead of 16. The code is not universal.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How does placing some code lines between the comment symbol help in debugging the code?
What is #line?
Write a program to check whether a number is prime or not using c?
What is getch () for?
What does the file stdio.h contain?
Write a program on swapping (100, 50)
When do we get logical errors?
Why do we use & in c?
What are volatile variables in c?
How do you redirect a standard stream?
How can you tell whether a program was compiled using c versus c++?
What are valid operations on pointers?
What is the argument of a function in c?
What are the differences between Structures and Arrays?
What are predefined functions in c?