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 a path Traversal?
Tell me will a comparison of an integer 12 and a string "13" work in php?
Explain the difference between $var and $$var?
Is php class name case sensitive?
How to execute a php script from the command line?
Is php a web server?
How many types of errors in php?
How can you retrieve data from the mysql database using php?
Can you extend a final defined class?
How to remove all duplicate values in array in php?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
Can we use onclick in submit button?
What is htaccess? Why do we use this and where?
How do I know my xampp version?
Is null function in php?