Computer Science, asked by rahul197531, 8 months ago

1 point
Which of the following is an empty
loop ?
O while(i<5) i++;
O for(i=0;i<10;i++);
ОООО
O do {i++;} while(i<5);
O all of these​

Answers

Answered by vanshkumar7861100
1

Answer:

for(i=0;i<10;i++);

Explanation:

please follow me plzz

I am an android developer

Answered by Anonymous
2

Answer:

○for(i=0;i<10;i++);

Similar questions