Computer Science, asked by devangrai9988, 5 months ago

Identify the types of following literals ""True""

Answers

Answered by vipinkardam115
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