Computer Science, asked by mailokwesi, 6 months ago

which type of literal is ‘#’

Answers

Answered by freedarajesh2003
1

Answer:

Explanation:

The values assigned to each constant variables are referred to as the literals. Generally, both terms, constants and literals are used interchangeably. For eg, “const int = 5;“, is a constant expression and the value 5 is referred to as constant integer literal.

Please click Me In Brainless And Follow me

Answered by tiltsofsugar
1

Answer:

character literal.

Explanation:

‘#’ is a character literal.

A character literal is a type of literal in programming for the representation of a single character's value within the source code of a computer program. Languages that have a dedicated character data type generally include character literals; these include C, C++, Java, and Visual Basic.

Similar questions