how to find the largest element of array without using relational operater?
Answer Posted / s.gayathri
using conditional operator we do that operation
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How can I run c program?
How do you define a string?
Can we replace the struct function in tree syntax with a union?
What is the difference between the expression “++a” and “a++”?
Hai what is the different types of versions and their differences
What is wild pointer in c with example?
What is the difference between break and continue?
Do pointers store the address of value or the actual value of a variable?
How will you delete a node in DLL?
Why c is called top down?
What the advantages of using Unions?
What is #include conio h?
How is actual parameter different from the formal parameter?
What are the header files used in c language?
What is #line?