Program to display given 3 integers in ascending order



Program to display given 3 integers in ascending order..

Answer / guest

1,2,3

Is This Answer Correct ?    16 Yes 9 No

Post New Answer

More C Interview Questions

What are dangling pointers in c?

0 Answers  


Explain how do you sort filenames in a directory?

0 Answers  


What is function pointer c?

0 Answers  


what are bit fields in c?

0 Answers  


What is an expression?

0 Answers  






What is the purpose of sprintf() function?

0 Answers  


Is main a keyword in c?

0 Answers  


the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0

1 Answers  


What is the most efficient way to count the number of bits which are set in an integer?

0 Answers  


what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7

4 Answers   TCS,


can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).

1 Answers  


where does malloc() function get the memory?

1 Answers  


Categories