Find MAXIMUM of three distinct integers using a single C statement


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How many levels of pointers can you have?

0 Answers  


How can we open a file in Binary mode and Text mode?what is the difference?

1 Answers   PanTerra,


What is a header file?

0 Answers  


main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above

6 Answers  


Explain what is the advantage of a random access file?

0 Answers  






what is meant by the "equivalence of pointers and arrays" in C?

3 Answers   Satyam,


Why ordinary variable store only one value  

0 Answers  


What is the difference between memcpy and memmove?

0 Answers  


What is the meaning of c in c language?

0 Answers  


How do I get a null pointer in my programs?

0 Answers  


du u know test pattern for robosoft? Plz share

1 Answers   RoboSoft, TATA, Wipro,


How can you convert integers to binary or hexadecimal?

0 Answers  


Categories