what diffrence between procedure and function?

Answer Posted / sarath_doubt

Procedure does not contain a return type, but a function
consists a return type.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Definition of Singleton Class? what is the Purpose of it? what is the advantage?

1850


How can we develop a multi-tier application in Java?

1639


Colors specified with the notation

2006


Define Form modules, Class modules and Standard modules

1769


1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.

2056


if 2 is passed as an argument to the method,void GC.Collect then what would be the result?

1404


Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.

861


what is class module in vb6? what it's use? with example..

2176


hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...

1774


Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?

1758


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

7526


Display names and numbers of employees who have 5 years or more experience and  salary less than Rs.15000 using array of structures (name, number, experience and  salary)

4543


Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.

796


how to add Servlet-api.jar file into eclipse 3.3.2 ?

4308


write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe

1774