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 difference b/w Structure & Union?
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
what is the difference between class and unio?
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
What is c value paradox explain?
How to calculate Total working time using Login and logout?
2 Answers CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,
Can you write the function prototype, definition and mention the other requirements.
Is there a built-in function in C that can be used for sorting data?
how to find your architecture is LittleEndian or BigEndian?
What is a static variable in c?
What is the difference between realloc() and free()