8.9k views
4 votes
Write a literal representing the false value in c++.

1 Answer

1 vote
The answer would just be "false". A literal is an element that directly represents a value. In this case the element that directly represents the value false is simply the word "false".
User Will Decker
by
7.2k points