satishrajb


{ City } hyderabad
< Country > india
* Profession * programmer
User No # 25835
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 4
Users Marked my Answers as Wrong # 3
Questions / { satishrajb }
Questions Answers Category Views Company eMail




Answers / { satishrajb }

Question { Wipro, 32006 }

What is the difference between for & foreach, exec &
system?


Answer

Ofcourse the syntax is completely different but the only
difference is
foreach simply gives an easy way to iterate over arrays.
foreach works only on arrays,
and will issue an error when you try to use it on a variable
with a different data type or an uninitialized variable
where as for loop works on the count length or what ever
please look in to php.net site for reference.

Thanks,
Raj

Is This Answer Correct ?    3 Yes 2 No

Question { Wipro, 32006 }

What is the difference between for & foreach, exec &
system?


Answer

And i have read some where i could not remember the source
but foreach is faster than the for loop.
Thanks,
Raj

Is This Answer Correct ?    1 Yes 1 No