2,602 views
7 votes
7 votes

5 Answers

0 votes
0 votes
P1,  P3 and P4

Related questions

1 votes
1 votes
1 answer
1
aaru14 asked Nov 21, 2017
1,453 views
in c programming which of the following is not used as a token seprator during lexical analysis?a)white spaceb)commentc)semicolond)none of thesetoken seprator means??
4 votes
4 votes
2 answers
3
jatin khachane 1 asked Nov 23, 2018
1,286 views
int main() { int a,b; a=10; b=15; printf("a=%d,b=%d",a++,b ); }The number of tokens in the above C program is_________.I am getting 30The answer given is 29