answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is a independent Sub procedure?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the least number of arguments you can pass to a Sub procedure?

anal sex


Why should a sub schema be independent of schema?

I do not do not sens me something today


What statement causes a procedure to be executed in visual basic?

The basic code which responds to a specific event is called even procedure OR Event procedure is one which establishes the link between the object and code with the help of name OR Reaction og a control to the external condition


Difference between divide and conquer and dynamic programming?

Both solve problem by dividing prob into sub-problems (1)but in DP the sub problems are not independent where as in d&c the sub problems are independent of each other (2)DP solves the sub problem only once and then stores it in table whereas D&C does more work on the sub problems and hence has more time consumption.


Difference between subroutine and function?

Both A function and a Sub carry out a procedure, but only A function returns a result while a Sub does not return a result.


How can you call a procedure from another procedure?

make sure that the procedure you are calling is in the SAME form and/or on a different form marked as public or friend. preferably public.The calling procedure will then need to type in the name of the procedure to be called. Ill give an example.form1private sub fun()'some code here...'dim sweet as integer = 0coolBeans(sweet)end subform2public sub coolBeans(byval variable as integer)'code to be called hereend subThis will call coolBeans from fun passing it sweet.Note 2 things: byval means that the variable will not change in sub fun. if you want it to, pass it with byref.you do not have to pass anything, but you MUSTcall the next sub: coolBeans()


What is a synaptosome?

Pinched off nerve terminal obtained at the end of sub-cellular fractionation procedure.


How is a procedure identified as near or far?

The far procedure is used at the place where the function call is given in main program and function definition is given in sub program....


What is a VB procedure?

A procedure is a group of executable statements wrapped between a declaration statement and a matching End statement, the following are examples of valid VB procedures: Sub Function Event Handler Property Procedures Operation Procedures Generic Procedures E.g Private Sub ExampleProcedure() <Code> End Sub


What is different between a subroutine and function in vb.net?

Function returns a value but sub procedure do not return a value.


What do we mean by Sub-routine calls in C language?

A subroutine is a procedure call. In other words, a function call.


Which testing procedure according to which modules and sub modules are tested and test case verification is done?

Functional Testing