retagged by
780 views
3 votes
3 votes

 

retagged by

Please log in or register to answer this question.

Related questions

4 votes
4 votes
2 answers
1
jatin khachane 1 asked Nov 23, 2018
1,211 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
1 votes
1 votes
1 answer
2
aaru14 asked Nov 21, 2017
1,407 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??