how to find the largest element of array without using relational operater?
Answer Posted / dhakchina moorthy.p
sort the array first and then have the last element of the
array, which is always larger then the remaining.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
difference between Low, Middle, High Level languages in c ?
What is 2 d array in c?
Explain what is gets() function?
What are types of preprocessor in c?
What are multibyte characters?
What is pass by value in c?
What is the equivalent code of the following statement in WHILE LOOP format?
How do you write a program which produces its own source code as output?
What is a structure member in c?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Why dont c comments nest?
Should a function contain a return statement if it does not return a value?
#include