Compiler Design
Tell how lexical analyser would separate the
following statement into tokens:
a) a = j++ * --i;
b) a[i*N+j] = i+j;
c) a[i*10+j] = i+j;
d) a = j++ * i--;
Compiler Design Tell how lexical analyser would separate the following statement into tokens: a) a[i] = j++ * --i; b) a
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am