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 |
What is the use of mysql_fetch_array in php?
How can we determine whether a variable is set?
How to create a directory?
What is the use of ajax in php?
When use javascript vs php?
Explain different sorting function in php?
Differences between get and post methods?
How long is a php session valid?
What are the core OOP’s concepts?
How to terminate the execution of a script in PHP?
Tell us how to redirect a page in php?
Where are the persistent cookies stored on your computer?