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
What is difference between rest api and restful api?
What is chrome logger?
How does php work with apache?
What are php magic methods/functions?
What is regex in html?
How can you tell if a number is even or odd without using any condition or loop?
Is php dying 2018?
How we can retrieve the data in the result set of mysql using php?
How do you check is php not empty?
What is the difference between array_map () and array_shift ()?
How to block direct directory access in PHP?
Which is faster for or foreach php?
Tell me how can I display text with a php script?
What are new features in php 7?
How do I run a php file?