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 |
Different between the var_dump() and print_r()?
What does the expression exception::__tostring means?
What is difference between single quotes and double quotes in php?
What are the different types of errors in PHP?
Which function(s) in PHP computes the difference of arrays?
Is laravel better than codeigniter?
What are the three classes of errors that can occur in php?
•How do you create subdomains using PHP?
What exactly is PHP?
Can we override static method in php?
What is .htaccessfile and use of this file
What does a special set of tags do in php?