Advertisement
Guest User

CSEMU

a guest
Nov 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1.  
  2. %option noyywrap
  3. %{
  4. #include<stdio.h>
  5. int cnt1=0,cnt2=0;
  6.  
  7.  
  8. %}
  9.  
  10. %%
  11.  
  12.  
  13.  
  14. CSE printf("Computer Science and engineering\n");
  15.  
  16. MU printf("MetroPolitan University\n");
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. %%
  24. int main()
  25. {
  26.  
  27.  
  28. yylex();
  29.  
  30. return 0;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement