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
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
Explain what will the preprocessor do for a program?
what is constant pointer?
What is the size of array float a(10)?
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?
What are the uses of null pointers?
How do you view the path?
How to define structures? ·
When should the register modifier be used? Does it really help?
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
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)