Answer Posted / 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 View All Answers
Which is better php praogramming or cad/cam scope wise and also salaray wise?
What is difference between echo and print in php?
> symbol is used to redirect the output of a command. State Whether True or False?
What is good average session duration?
what is the use of include_once in php?
Which programming language does php resemble to?
What is faster in php?
What is session_start () in php?
how to track no of users logged in?
In php how can you jump in to and out of "php mode"?
Which array function checks if the particular key exists in the array?
What is a session in php?
What is the function in PHP do not return a timestamp?
How do I find out the number of parameters passed into function9?
How do functions work?