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
What is int main () in c?
Can include files be nested?
Is swift based on c?
What is indirection? How many levels of pointers can you have?
How a string is stored in c?
Is return a keyword in c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Why is c so powerful?
What is difference between union All statement and Union?
Explain the advantages and disadvantages of macros.
How do I use void main?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is #pragma statements?
Give me the code of in-order recursive and non-recursive.
How to define structures? ·