what is meant by literal? how many types of integer literals are available in c++
Answers
Answered by
3
Answer:
answer is in the image attached
Attachments:
Answered by
2
Answer:
In computer science, a literal is a notation for representing a fixed value in source code. ... An anonymous function is a literal for the function type. In contrast to literals, variables or constants are symbols that can take on one of a class of fixed values, the constant being constrained not to change.
Explanation:
three types
Integers
There are three types of integer literals in C programming: decimal (base 10) octal (base 8) hexadecimal (base 16)
Similar questions