Advertisements
Advertisements
प्रश्न
Define Functions.
टीपा लिहा
उत्तर
A large program can typically be split into small sub–programs (blocks) called functions where each sub-program can perform some specific functionality. Functions reduce the size and complexity of a program, make it easier to understand, test, and check for errors.
shaalaa.com
User-defined Functions
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
Which function begins the program execution?
Which of the following function is with a return value and without any argument?
Which is the return data type of the function prototype of add(int, int);?
What is the importance of void data type?
What are parameters and list their types?
What is the information the prototype provides to the compiler?
What are default arguments? Give example.
Write a program to accept any integer number and reverse it.