what is the output of the following code segment a=23 b=25 print (a= = 100 or b < 26)
Answers
Answered by
0
Answer:
Explanation:
The number of tokens in the following C statement.
printf("i = %d, &i = %x", i, &i);
is
(a) 3 (b) 26 (c) 10 (d) 21
Ans: option (c)
Explanation:
The smallest individual units are known as C Tokens. The keywords, identifiers, constants, string literals, and operators described in this section are examples of tokens. Punctuation characters such as brackets ([ ]), braces ({ }), parentheses ( ( ) ), and commas (,) are also tokens.
Similar questions
World Languages,
2 months ago
Hindi,
2 months ago
Math,
2 months ago
Computer Science,
4 months ago
English,
9 months ago
English,
9 months ago