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
Is c++ based on c?
What is the difference between the = symbol and == symbol?
which will be first in c compiling ,linking or compiling ,debugging.
What are preprocessor directives?
What is the easiest sorting method to use?
Write a program to find whether the given number is prime or not?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
What is the meaning of 2d in c?
What are volatile variables?
what are # pragma staments?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]