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
write a program to find the given number is prime or not
How can variables be characterized?
what is a function method?give example?
Should I learn data structures in c or python?
Tell us bitwise shift operators?
What is use of #include in c?
please send me the code for multiplying sparse matrix using c
What is use of integral promotions in c?
What are header files why are they important?
What is the basic structure of c?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Explain what are header files and explain what are its uses in c programming?
What is string in c language?
What does calloc stand for?
Which is better pointer or array?