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 |
Do you know what is the differences between $a != $B and $a !== $B?
What is include in php?
Is php better than python?
Explain mysql_error().
Tell me how can we pass the variable through the navigation between the pages?
Is php front end or back end?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
1.What are the difference between echo , print , print_r ? else this 3 can we show output to a client in some other way?
What is the use of strpos in php?
What is the $_ server php_self variable?
how can we check mail function with '127.0.0.1' (before submitting a site?
Tell me how can we get the error when there is a problem to upload a file?