Dark Mode Logo (Optional)

Dark Mode Logo (Optional)

Argument Variable Declaration



Argument Variable Declaration


Return_Data_TypeFunction_Name(Arguments_List)
Argument Variables Declaration;
{
 Local Variables
 Statement 1;
 Statement 2;
 “    “   “
 Statement n
 Return (Expression);
}

 

Argument Variables Declaration

 हम जो भी मान Calling Function से Argument के रूप में किसी User Defined Function में प्राप्त करते हैं , वे मान किस Data Type के हैं , ये Declare करना जरुरी होता है | Argument के रूप में प्राप्त मान किस प्रकार के हैं , इसका Declaration इस भाग के अंतर्गत किया जाता है |

 

You may like these posts:

No comments:

Post a Comment