True/False
In C++ Boolean value are represented only with the int values 0 for false and 1 for true.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Write a function definition for a function
Q7: Consider two blocks,one within another.C++ prohibits an
Q8: Declare (give a prototype for)a function named
Q9: What is the error in the following
Q10: Given the function declaration (prototype),does the compiler
Q12: Every programmer must know all the details
Q13: Procedural abstraction involves information hiding in that
Q14: Define a function named average_grade.This function returns
Q15: Assume this code fragment is embedded in
Q16: Code after a return or a call