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;
}
Sponsored
hivanix.in
This quiz is brought to you by hivanix.in
š Web App Development
Quick Navigation