what is the diffrence between for and foreach?
Answer Posted / ks.tarun
FOR loop will continue until some condition fails, but in
case of foreach loop will work until all item are processed.
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
Explain Whitespace Characters?
Can a super () and this () keywords be in same constructor?
Tell me what is the difference between ereg_replace() and eregi_replace()?
What is xss and csrf?
What is the use of die in php?
How big is nvarchar max?
What are php magic quotes?
How to reset/destroy a cookie in php?
What is input sanitization in php?
Is PHP an open source software?
Are static variables final?
What is Type hinting in PHP?
Is php an api?
What is difference between rest and http?
What is a static variable in php?