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 can I discover how many arguments a function was actually called with?
Can we change the value of #define in c?
What is #line?
Why is c used in embedded systems?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What are qualifiers?
Explain what is the difference between the expression '++a' and 'a++'?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Do pointers need to be initialized?
Why is C language being considered a middle level language?
What is dynamic dispatch in c++?
Explain is it valid to address one element beyond the end of an array?
What does sizeof function do?
What are the Advantages of using macro
Explain what is a pragma?