0% found this document useful (0 votes)
30 views1 page

Output

Uploaded by

Mule Won Tege
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views1 page

Output

Uploaded by

Mule Won Tege
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

preprocessor:#include<iostream>

keyword:int
identifier:main
separator:(
separator:)
separator:{

keyword:int
identifier:i
operator:=
negative integer:-5
separator:;

keyword:float
identifier:f
operator:=
negative float:-55.0
separator:;

single line comment://single line comment

multi-line comments:/*multi
line
comment
*/

identifier:cout
redirector operator:<<
identifier:i
redirector operator:<<
identifier:endl
separator:;

special character:$
identifier:start
operator:=
identifier:newstart
separator:;

identifier:return
posetive integer:0
separator:;

separator:}
Total tokens:33

You might also like