State the use of iterator with its syntax.
Answers
Answered by
0
in for loop:
for(initialization exp;conditional exp;iteration or updation exp)
example:
for(int k=3;k<=24;k+=3)
{
}
Similar questions
Biology,
7 months ago
English,
7 months ago
Biology,
7 months ago
Computer Science,
1 year ago
History,
1 year ago