Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between a Sub and a Function?

Answer Posted / mukesh

A function accepts any number of parameters (possibly
zero), does something with them, and returns a value.
A subroutine is performs an action, but doesn't return a
value.

There are two differences between a function and a
subroutine:
A)How they are invoked. B)How they are accessed.

A function call has the following syntax ::function (arg1,
arg2, ...)
where: function -->Is the name of the function. arg1,
arg2, ... Are the arguments.

A subroutine call has the following syntax ::subroutine
(arg1, arg2, ... {outputfield|'format'})
where: subroutine -->Is the name of the subroutine. arg1,
arg2, ... Are the arguments.
{outputfield|'format'} Is the name of the output field or
its format.

In addition, on some platforms, the functions are available
immediately; whereas, the subroutines are available in a
special subroutine library that you must access.

Is This Answer Correct ?    17 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you create properties in ActiveX Control?

1935


Types of DBCombo boxes

2107


How do I do Peek and Poke and other low-level stuff?

1516


In which areas the Error occurs?

1966


What do you know about chaining views.

1139


How would you map properties to controls by using ActiveX Control Interface Wizard?

2284


How would you attach pictures in column headers of List View Control?

2139


___ property is used to change to ___ value to access a identity column'in datacontrols.

1671


what are the Types of LockEdits in RDO?

2125


What is activex control in vb?

1068


How would you navigate between one document to another document in Internet Explorer ?

2316


Is it possible to change menu runtime using API? If yes? Specify the function names.

2123


Types of cursors in RDO.

2178


What is hyperlink?

2150


How can you filter out specific type of file using file system controls?

2217