What are Sub routines?



What are Sub routines?..

Answer / dhanya

A routine or subroutine also referred to as a function,
procedure, and subprogram is a portion of code that may be
called and executed anywhere in a program. For example, a
routine may be used to save a file or display the time.
Instead of writing the code for these commonly performed
tasks, routines are made and called when these tasks need to
be performed. Below is a basic example of a Perl subroutine.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More PHP Interview Questions

What is the main difference between require() and require_once()?

0 Answers  


How to reset/destroy a cookie?

0 Answers  


what is mean php ? is it designingtool or language? how ill create website using by php?

1 Answers  


How to link one site backend to another site frontend?

0 Answers   Global Logic,


Tell me how is it possible to propagate a session id?

0 Answers  






Tell me what is the use of the function htmlentities?

0 Answers  


What is delimiter php?

0 Answers  


How to create a mysql connection?

0 Answers  


Is php faster than nodejs?

0 Answers  


Explain how to run the interactive php shell from the command line interface?

0 Answers  


How can you execute php script from the command line?

0 Answers  


How to convert a string to uppercase in php?

0 Answers  


Categories