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?

Answers were Sorted based on User's Feedback



What is the difference between procedure and functions in VB?..

Answer / nana

Procedure is a block of code that has no return type
Function is a block of code that has a return type

Is This Answer Correct ?    0 Yes 0 No

What is the difference between procedure and functions in VB?..

Answer / ankit gupta

function return value

sub procedure do not return value

Is This Answer Correct ?    0 Yes 0 No

What is the difference between procedure and functions in VB?..

Answer / mohammed hasheem

A procedure is a collection of statements that perform a task.but A function is a collection of statement that perform a task and returns a value to vb statement that executed it

Is This Answer Correct ?    0 Yes 0 No

What is the difference between procedure and functions in VB?..

Answer / sakthi

Procedure is like function with no return value
Function may /may not return some thing
Both may/may not accept parameters

Is This Answer Correct ?    0 Yes 0 No

What is the difference between procedure and functions in VB?..

Answer / supriya shringi

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 ?    0 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

which property used to add a menus at runtime?

0 Answers  


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).

0 Answers   Nissan, TechSoft,


How can you determine performance standards?

0 Answers  


What is the difference between modal and modaless form in VB?

1 Answers  


What is ActiveX Control?

1 Answers   Infosys,


Which controls can not be placed in MDI ?

2 Answers  


What is the different between Microsoft ODBC Driver and Oracle OBDC Driver?

1 Answers  


What is meant by Establish Connection in RDO?

0 Answers  


Can you tell me the properties of the controls?

0 Answers   Satyam,


How to find size of the file. Which method or function is used to occomplish this?

0 Answers  


How can I create a VBX?

0 Answers  


what is differece b/w Module and class Modules in vb6? thanks

4 Answers   Ask Techsys, TCS,


Categories