Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Can the default values be assigned to actual parameters?
Can the default values be assigned to actual parameters?
✍: Guest
Yes. In such case you don’t need to specify any value and the actual parameter will take the default value provided in the function definition.
2011-10-20, 2964👍, 0💬
Popular Posts:
What Is C Language? The C programming language is a standardized programming language developed in t...
If we have the following in a Java code: String s="abc"; String s2="abc"; Then what will be output o...
How To Assign Query Results to Variables? - Oracle DBA FAQ - Working with Database Objects in PL/SQL...
Where are all .NET Collection classes located ? System.Collection namespace has all the collection c...
How Many Types of Tables Supported by Oracle? - Oracle DBA FAQ - Managing Oracle Database Tables Ora...