InterviewSolution
Saved Bookmarks
| 1. |
A ‘while’ loop may always be converted to an equivalent ‘for’ loop.(a) True(b) FalseI got this question during an internship interview.This intriguing question originated from Switch Case topic in chapter Syntax Directed Definition and Translations of Compiler |
|
Answer» RIGHT OPTION is (a) True Easy EXPLANATION: Can be CONVERTED to for LOOP. |
|