Computer Science, asked by Vishalagnii6505, 11 months ago

What is the functions ?briefly write about any function used in visual basic

Answers

Answered by yogichaudhary
0

Answer:

Visual Basic 2010 function is a type of procedure that returns a value which is passed on to the main procedure to finish the execution. A function is similar to a sub procedure but there is one major difference, a function returns a value whilst a sub procedure does not.

Answered by IMrGauravI
18

\small\boxed{\fcolorbox{cyan}{Red}{HeLLo MaTe..!!}}

A Function procedure is a series of Visual Basic statements enclosed by the Function and End Function statements. The Function procedure performs a task and then returns control to the calling code. When it returns control, it also returns a value to the calling code.

\small\boxed{\fcolorbox{cyan}{Red}{HOpe iT HelP YOu DEaR ..!!}}

Similar questions