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
What are local variables c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What's a good way to check for "close enough" floating-point equality?
How is = symbol different from == symbol in c programming?
what are the stoge class in C and tel the scope and life time of it?
Explain how do you determine a file’s attributes?
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All
3 Answers Accenture, Digg.com,
Do you know the purpose of 'register' keyword?
Do you know the use of 'auto' keyword?
Why c is called top down?
What is keyword in c?
How will you delete a node in DLL?