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

Post New Answer

More C Interview Questions

discuss the steps needed to get a program from source code to executable in a system?

1 Answers  


Write a program to swap two numbers without using third variable in c?

0 Answers  


What should malloc() do?

0 Answers  


What is the use of function overloading in C?

0 Answers   Ittiam Systems,


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

0 Answers  






What is the explanation for the dangling pointer in c?

0 Answers  


Explain what are run-time errors?

0 Answers  


what is the need for main function in c?

5 Answers  


What is malloc return c?

0 Answers  


What are the advantage of c language?

0 Answers  


How are Structure passing and returning implemented by the complier?

0 Answers   TISL,


Difference between exit() and _exit() function?

0 Answers  


Categories