write a c program to find the largest and 2nd largest
numbers from the given n numbers without using arrays
No Answer is Posted For this Question
Be the First to Post Answer
write an interactive program to generate the divisors of a given integer.
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
write a program to generate 1st n fibonacci prime number
When should the register modifier be used? Does it really help?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
What are the features of c language?
How to write c functions that modify head pointer of a linked list?
What are the application of void data type in c?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is %lu in c?
Which is the memory area not included in C program? give the reason
Tell me when would you use a pointer to a function?