Advertisements
Advertisements
प्रश्न
What is the importance of void data type?
टिप्पणी लिखिए
उत्तर
The void type has two important purposes:
- To indicate the function does not return a value.
- To declare a generic pointer.
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);?
Define Functions.
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.