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:
What is difference between procedure and function
What is difference between procedure and function
✍: Guest
A function always returns a value, while a procedure does not. When you call a function you must always assign its value to a variable.
2011-10-25, 3158👍, 0💬
Popular Posts:
How To Specify Two Background Images on a Page? - CSS Tutorials - Page Layout and Background Image D...
How To Enter Characters as HEX Numbers? - MySQL FAQs - Introduction to SQL Basics If you want to ent...
What will be printed as the result of the operation below: main() { int x=5; printf("%d,%d,%d\n",x,x. ..
What is difference between Association, Aggregation and Inheritance relationships? In object oriente...
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]? a[i] == *...