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 |
What is the difference between characters and #?
How to write a program to make chess?
hi guys..i m new to php..and want to learn it including the oops concept...can anybody send me some good programming bases exercise or a small learning project on it at nitsl_a@yahoo.co.in.I know html and going thru some of its websites.But about to go on it practically.plz advice.
1 Answers College School Exams Tests, Satas, Wipro,
What are php errors?
How to create a session? How to set a value in session? How to remove data from a session?
What are the uses of explode() function?
What is the function in PHP do not return a timestamp?
What are the characteristics of php variables?
What is strlen function in php?
Tell me how to create a text file in php?
Tell me how can we automatically escape incoming data?
What are the 3 scope levels available in php and how would you define them?