Separate tokens from a source program using c programming
Separate tokens from a source program using c programming
Here source.c file contain the source program. And this program only count the printf and scanf. You can add more token in the line where char *word[] = {"printf", "scanf"};.
Tokens.c:Run this code
Input file as source.c: Stay this file with Token.c
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.