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 are the two forms of #include directive?
What is function in c with example?
What happens if a header file is included twice?
plz let me know how to become a telecom protocol tester. thank you.
What is type qualifiers?
Why ca not I do something like this?
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
Why is c called c?
Explain what is the difference between functions getch() and getche()?
What are the different types of pointers?
Can an array be an Ivalue?