Redirected
edited by
1,583 views
4 votes
4 votes

Is the given answer correct?

edited by

3 Answers

Best answer
7 votes
7 votes

Total 34

"printf("%d%d%d,a,b,c")" 


will be considered as

"printf("      %      d         %         d        %          d      ,        a         ,        b       ,     c             ")"

NOT as 1 token but as 14 token

selected by
Answer:

Related questions

2 votes
2 votes
4 answers
2
1 votes
1 votes
1 answer
3
aaru14 asked Nov 21, 2017
1,400 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??