Computer Science, asked by snowflake86, 7 months ago

identify the following c++ tokens

a) "welcome"
b) int
c) >=
d) ++​

Answers

Answered by hastag8
0

Answer:

c) >= (Greater than equal to)– Check if the first operand is greater than or equal to the second.

d) ++ (Increment) – Used to increment an operand.

can't find the other two (-_-;)(-_-;)

Similar questions