+1 vote
in C Plus Plus by

Which of the following type is provided by C++ but not C?
a) double
b) float
c) int
d) bool

1 Answer

0 votes
by

Answer: d
Explanation: C++ provides the boolean type to handle true and false values whereas no such type is provided in C.

Related questions

+1 vote
asked Oct 19, 2022 in C Plus Plus by AdilsonLima
+1 vote
asked Jan 5, 2022 in Amazon Storage (S3) by sharadyadav1986
...