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 a php namespace?
How can I use single quotes in single quotes in php?
Why php 7 is faster?
Why sessions are used in php?
How to get length of an array in PHP?
Who is the father of PHP and explain the changes in PHP versions?
13 Answers Befree, iMark Group, Netizen,
What is php written in?
discuss the issue of software theft in ghana and how it has affected the economy
Explain me soundex() and metaphone()?
What does the function get_magic_quotes_gpc() means?
How to delete cookie files on your computer?
What is empty php?