Find the number of tokens in the following C code using lexical analyzer of compiler

Main()

{

int *a,b;

b=10;

a=&b;

printf(ā€œ%d%dā€,b,*a);

b=*/*pointer*/b;

}

1
39
2
46
3
35
4
36
5
Question Not Attempted

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation