1.

Write Syntax of For loop in PHP?

Answer»

for (int counter; test counter; increment counter)

{

code to be executed

}



Discussion

No Comment Found

Related InterviewSolutions