Identify the types of following literals ""True""
Answers
Answered by
2
Answer:
Boolean Literals: This literal is provided only in C++ and not in C. They are used to represent the boolean datatypes. These can carry two values: true: To represent True value.
Similar questions