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 inheritance in php with example?
Explain how is it possible to cast types in php?
What is a string in php?
What are the rules to determine the “truth” of any value which is not already of the boolean type?
What is a php web application?
Explain type casting and type juggling.
What is "print" in php?
What are the advantages of stored procedures, triggers, indexes in php?
What is $_session in php?
What is the functionality of md5 function in php?
Are php sessions cookies?
what is difference between PHP4 , PHP5
What are the encryption functions available in PHP?
Is php an oop?
What is the difference between explode() and split() functions?