why use functions

a) writing functions avoids rewriting the same code over and over

b) using functions it becomes easier to write programs and keep track of what they are doing

c) a & b

d) none of the above


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

Post New Answer

More C Interview Questions

What is the real difference between arrays and pointers?

27 Answers   Hexaware, Logic Pro, TCS,


Explain what will the preprocessor do for a program?

0 Answers  


what is constant pointer?

3 Answers  


What is the size of array float a(10)?

0 Answers  


why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,






what are the 10 different models of writing an addition program in C language?

0 Answers  


What are the uses of null pointers?

0 Answers  


How do you view the path?

0 Answers  


‎How to define structures? · ‎

0 Answers  


When should the register modifier be used? Does it really help?

0 Answers  


CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.

15 Answers  


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

0 Answers  


Categories