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 variable in c example?

0 Answers  


shorting algorithmS

0 Answers   Wipro,


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


What is difference between constant pointer and constant variable?

0 Answers   Hexaware,


What is the difference between array and linked list in c?

0 Answers  






what is array?

8 Answers  


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

8 Answers   Aspire,


What is the difference between procedural and declarative language?

0 Answers  


What are variables and it what way is it different from constants?

0 Answers  


Differentiate abs() function from fabs() function.

0 Answers  


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

0 Answers  


can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?

2 Answers  


Categories