InterviewSolution
Saved Bookmarks
| 1. |
Write Syntax of For loop in PHP? |
|
Answer» for (int counter; test counter; increment counter) { code to be executed } |
|