Multiple Choice
If c is a character variable that contains a digit, what does the following function return?
Int digit_to_intchar c)
{
Return intc) - int'0') ) ;
}
A) The ASCII value of c
B) The character value of c
C) The integer equivalent of the digit stored in c
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Since accessor functions in a class do
Q2: You cannot create new operators such as
Q3: How many members data and functions) does
Q5: What member functions do you need to
Q6: Putting the keyword const after the function
Q7: All operators can be overloaded.
Q8: If a given task being performed by
Q9: How many parameters are there in a
Q10: If we have a full selection of
Q11: Why are the extraction and insertion operators