Re: [urgent] need solution of Questions, in context of PHP5 [message #171584 is a reply to message #171582] |
Tue, 11 January 2011 12:35 |
alvaro.NOSPAMTHANX
Messages: 277 Registered: September 2010
Karma:
|
Senior Member |
|
|
El 11/01/2011 12:23, Abdul Qadir Memon escribió/wrote:
> I need the solution of the following questions in Context of PHP5.
>
>
> For the following code:<?php
> Function Expenses()
> {
> function Salary()
> {
> }
> function loan()
> {
> function Balance()
> {
> }
> }
> }
> ?>
>
> a. Expenses();Salary();Loan();Balance();
> b. Salary();Expenses();Loan();Balance();
> c. Expenses();Salary();Balance();Loan();
> d. Balance();Loan();Salary();Expenses();
Funny xD
--
-- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
-- Mi sitio sobre programación web: http://borrame.com
-- Mi web de humor satinado: http://www.demogracia.com
--
|
|
|