Computer Science, asked by sabitarai16sr077, 4 months ago

what is the output of the following code segment a=23 b=25 print (a= = 100 or b < 26)​

Answers

Answered by dollykaithwas1717
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