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 does it mean when it says the csrf token is invalid?
What are the methods of array in java?
What is the use of final class in php?
What are new features in php 7?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
Php program to generate fibonacci series?
Does apache use php?
Is php a float?
What is the use of strip_tags() method?
Why do we use interface in php?
Is php used anymore?
What's the best method for sanitizing user input with php?
What is a variable cost example?
What is isset function in php?
Is empty function c++?