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 php explain how php works?
What are the method available in form submitting?
Whether session will work if we disable cookies in client browser ?
Tell me what is htaccess? Why do we use this and where?
Is uploaded file php?
Explain some most commonly use string functions in php?
List few sensible functions in PHP?
How to write php function in html onclick?
How To Get the Uploaded File Information in the Receiving Script?
How to check a variable is array or not in php?
what will do ceil() and floor() in PHP?
What is inheritance in php? How many types of inheritance supports php?