English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Compare for loop and for each loop.

Advertisements
Advertisements

Question

Compare for loop and for each loop.

Distinguish Between
Advertisements

Solution

for loop for each loop
loops through a block of code until the counter reaches a specified number. loops through a block of code for each element in an array.
for (init counter; test count­er; increment counter)
{
code to be executed;
}
for each ($array as $value)
{
code to be executed;
}
shaalaa.com
Looping Structure
  Is there an error in this question or solution?
Chapter 7: Looping Structure - Evaluation - PART – II [Page 118]

APPEARS IN

Samacheer Kalvi Computer Applications [English] Class 12 TN Board
Chapter 7 Looping Structure
Evaluation - PART – II | Q 9. | Page 118
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×