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
when to use : in c program?
Explain how can you restore a redirected standard stream?
What are the 4 types of programming language?
How many parameters should a function have?
coding for Fibonacci.?
Can I pass constant values to functions which accept structure arguments?
different between overloading and overriding
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
Is c is a procedural language?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
0 Answers Amdocs, Apps Associates,
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
Can math operations be performed on a void pointer?