1.

Define Looping Structure in PHP?

Answer»

Looping Structure:

1. Looping Structures are useful for writing iteration logics.

2. It is the most important feature of many programming languages, including PHP.

3. They are implemented using the following categories,

1. for Loop 

2. While Loop 

3. foreach Loop 

4. Do While Loop



Discussion

No Comment Found

Related InterviewSolutions