in Compiler Design edited by
1,255 views
4 votes
4 votes

 

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 30

The answer given is 29

in Compiler Design edited by
1.3k views

4 Comments

@

you are allowed to discuss but 

$\underline{\text{you have to } \color{red}{add}\text{ test-series name in } \color{red}{title}}.$

2
2
Ok ma'am
0
0
How is 29
because i am getting 30
0
0

2 Answers

5 votes
5 votes

total 30 tokens are present

0 votes
0 votes
30 should be ans.