Q.1) what would be the output of lexical analyzer if below mentioned program is supplied as input to lexical analyzer?
#include
void main() {
int a=5,b;
for(b=0;b<a;b++)
printf(“%d”,b);
}
Answers
Answered by
1
Answer:
what question is this
Explanation:
I did not understand properly
Similar questions