InterviewSolution
Saved Bookmarks
| 1. |
Write Syntax of Do while loop in PHP? |
|
Answer» do { code to be executed; } while (condition is true); |
|