Code :
%{
%}
%%
[0-9] {printf("Input is a number");}
[A-Za-z] {printf("Input is a character");}
%%
main()
{
yylex();
}
int yywrap()
{
return 1;
}
It's time To increase blogging capability. To have a chance to contribute in digital world. Any Interested People who want to make t...