Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
No Answer is Posted For this Question
Be the First to Post Answer
Explain about the constants which help in debugging?
What is infinite loop?
What is anagram in c?
Write a C program to count the number of email on text
What is the proper way of these job Tell me about there full work
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
What is volatile, register definition in C
What is the use of sizeof () in c?
Find the highest of three numbers and print them using ascending orders?
What is table lookup in c?
Why does not c have an exponentiation operator?