Computer Science, asked by krishnakamra1499, 1 year ago

Which of the following is compiled error free ?(a) for(;;){int i=7};
(b) while (I){int i=7};(c) while (True){ int i=7);
(d) All of these

Answers

Answered by Anonymous
0

(a) for(;;){int i=7};

will give you compile time error because there is not any iterator and condition in it...

Similar questions