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?

Answers were Sorted based on User's Feedback



What is the difference between a Sub and a Function?..

Answer / suresh

Sub won?t return values
Fuction return values

Correct me If i was Wrong..

Is This Answer Correct ?    28 Yes 3 No

What is the difference between a Sub and a Function?..

Answer / 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

What is the difference between a Sub and a Function?..

Answer / sneha wankhede

Sub won?t return values
Fuction return values

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What is the use of Data Form Wizard?

0 Answers  


How would you find out the value property in Slider Bar Control?

0 Answers  


What is a variant data type and when would you use it?

3 Answers  


by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.

0 Answers   Infotech,


what is Option Implicit

12 Answers   Cognizant, Primus Global,


What is Collection Objects?

1 Answers  


How many objects resides in ADO ?

0 Answers  


what are the Differenct Types of Procedures in VB?

0 Answers  


What is the difference between a Property Let and Property Set procedure?

1 Answers  


Give brief description about class?

1 Answers  


What is data binding in vb net?

0 Answers  


What is the use of Imagelist Controls

1 Answers  


Categories