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 meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
What do the functions atoi(), itoa() and gcvt() do?
what is difference between declaring the pointer as int and char in c language?
Why can arithmetic operations not be performed on void pointers?
Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 Answers Accenture, Concor, DMU, Satyam, Syntel, Tora,
What is the heap in c?
How does placing some code lines between the comment symbol help in debugging the code?
How to write a code for reverse of string without using string functions?
What is the process to create increment and decrement stamen in c?
For what purpose null pointer used?
What is the difference between #include and #include 'file' ?
Write a c program to build a heap method using Pointer to function and pointer to structure ?