What would be the output of the following code segment?
char ch = ‘B’;
if isdigit (ch)
cout << ch;
else
cout << tolower (ch);
b
Computer Science & Information Technology
You might also like to view...
If you want to use a file on both your laptop and your smartphone, you should ___________________ both versions of the file.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
List the set of numbers in numerical order from lowest to highest.
A.
B.
C.
D.
E.
Computer Science & Information Technology