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 procedure and functions in VB?

Answer Posted / ramani ghanshyam p

What is deffrent between Procedure and Fuction ?
ans.1 A procedure is a set of code that does the work but
does
not return a value whereas a function accepts
parameters
and does the calculation and does return a value
back.

Funcion returns the value and proocedeur does not
return
the value
1.Procedure accept input output parameter But
function
accept only input parameter.
2. Function return the value but procuder not
return the
value.
3.Some Condition procedure return the value like
text,
ntext,timestemp data type value but function not
return
text,ntext,timestemp value
Procedure is a bundle of code it does not have
return type
Function Have return type and take only input
Parameater
procedure is block of statement that doesnot return
value,function is accept parameters and return
output

Is This Answer Correct ?    41 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is shortcut menu and explain "The ole control's shortcut menu".

990


What language does visual basic use?

916


What is the-use of property page Wizard in ActiveX Control?

1955


How do you create a form in visual basic?

891


What is meant by Establish Connection in RDO?

2274


___ property used to add a menus at runtime.

1764


What is ODBC Direct and Microsoft Jet Database Engine ?

2175


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

1858


How do I create a window with a small title bar as in a floating toolbar?

1285


what are the Types of LockEdits in RDO?

2032


What are the types of Error? In which areas the Error occurs?

2041


Is visual basic still used?

963


What is the use of debug Window?

1998


How do I call help files from a VB program?

1368


How do I implement an accelerator key for a text box?

1450