Computer Science, asked by mailokwesi, 6 months ago

Identify and name the type of tokens:
a) Float
b) _a234
c) { }
d) *

pls answer it !!!!!!

Answers

Answered by kalaiyarasan47
0

Answer:

ans is a

Explanation:

it is helpful Pls mark me brainliest

Answered by DisneyStar
1
  1. Float is keyword
  2. c and d special symbols:
  • Asterisk (*): It is used to create a pointer variable.
  • Braces{}: These opening and ending curly braces mark the start and end of a block of code containing more than one executable statement.

Similar questions