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
What does the error message "DGROUP exceeds 64K" mean?
What is getch c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is the use of typedef in c?
What is union in c?
Describe wild pointers in c?
Is it better to use malloc() or calloc()?
What are the differences between new and malloc in C?
Explain what are the different file extensions involved when programming in c?
Can a function argument have default value?
How do you construct an increment statement or decrement statement in C?
How are pointers declared in c?
In which header file is the null macro defined?
How can I insert or delete a line (or record) in the middle of a file?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers