Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are Sub routines?



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

Post New Answer

More PHP Interview Questions

How can you increase the maximum execution time of a script in php?

0 Answers  


Explain what is the main difference between require() and require_once()?

0 Answers  


Is php an object or array?

0 Answers  


what is constructor in a class, how it is work, how it is call?

2 Answers  


Tell me how can we pass the variable through the navigation between the pages?

0 Answers  


Which function would you use to read a line of data from a file in php?

0 Answers  


Explain me the difference between include and require?

0 Answers  


Is age an interval or ratio?

0 Answers  


What is die in php?

0 Answers  


How does php serialize work?

0 Answers  


What type of operation is needed when passing values through a form or an url?

0 Answers  


In php, objects are they passed by value or by reference?

0 Answers  


Categories