1,607 views
1 votes
1 votes
Which of the following not a token of C program?

a)1.02e+2

b)#define

c)MAX

d)123.33

1 Answer

Related questions

2 votes
2 votes
2 answers
1
Rhythm asked Jun 5, 2019
4,111 views
which one of the following string can definitely said to be a token without looking at the next input:+(++,+=)return(return a)*(*=)=(==)++ , ( ) ‘ ; option e is: plu...
1 votes
1 votes
0 answers
2
Aakash_ asked Nov 20, 2018
964 views
How many tokens are there ? int main(){char name={'A','A','K','A','S','H'};return 0;}Please give any reference if possible, my doubt is about the characters in the braces...
1 votes
1 votes
1 answer
3
Mayankprakash asked Aug 9, 2018
519 views
No of token?$a b c d + y{^3}+(2-5+x$ $6/2$$ ;$Please suggest how to count token in this type of questions?
1 votes
1 votes
1 answer
4
ankit_thawal asked Feb 1, 2018
745 views
1. macros are not considered as tokens in tokenizing.2.#include considered as single token2.stdio.h considered as single token. Are the above statements true?