in Compiler Design
411 views
0 votes
0 votes
Which of the following is not a token of c -program?

A. 1.02e + 2

B. # define

C. 123.33

D. MAX

please explain why?
in Compiler Design
411 views

3 Comments

Should be A I guess, as variable names cannot start with a number.
0
0
no answer is B
but i don't know y
0
0
B is the answer because #define is a preprocessing condition. #define are removed before compilation
1
1

Please log in or register to answer this question.