What will the statement “for (; ;)” cause when run in C++?
Answers
Answered by
0
Answer:
a loop
Explanation:
for the record a for loop would like this
for(i=0; i<1; i++)
{
}
or
for(i=0; i<arr.length; i++)
{
}
Similar questions
Hindi,
1 month ago
Political Science,
1 month ago
Hindi,
1 month ago
Math,
3 months ago
Hindi,
3 months ago
Chemistry,
10 months ago
English,
10 months ago
Social Sciences,
10 months ago