Computer Science, asked by starsam, 8 months ago

Identify the following literals :
(a) true
(b) "false"
(c) 0.5
(d) 'm'

Answers

Answered by sharanyaaghoshal
6

Answer:

  • (a) True= boolean literal
  • (b)"false"=string literal
  • (c)0.5=floating point literal
  • (d)'m'=char literal

Explanation:

Literals have  fixed values.  If you like my answer please make me brainliest

Answered by ashgalaxy54
0

Answer:

B false Boolean type literal

c 0.5 double type literal

Similar questions