During compilation of the C statement
for(i=1;i<10;i++)
The compiler converts it as detailed below:
for-------keyword,
i----identifier ,
1 & 10 ---------constants or literals,
( =,<,++)------operator.
Above conversion is a valid conversion. The compiler does it during which of the following analysis phases?
Reveal answer
Fill a bubble to check yourself