If a computer's collating sequence places uppercase letters in consecutive ordinal positions, then

```
int('F') - int('A')
```
is ____________________.
a. not defined
b. 5
c. 4
d. 'B'
e. 'D'


b. 5

Computer Science & Information Technology

You might also like to view...

Which of the following is not allowed?

a. Objects of abstract classes. b. Multiple pure virtual functions in a single abstract class. c. References to abstract classes. d. Arrays of pointers to abstract classes.

Computer Science & Information Technology

In the following sample run of the ps l command, the ps l process is in runnable state and the bash process is in the stopped state. My user ID is 608, process ID of my session leader process (-bash) is 2311, and the priority numbers of -bash and ps l are 11 and 15, respectively.

What will be an ideal response?

Computer Science & Information Technology

Works without copyright protection are considered to be in the ________

A. copyleft domain
B. public domain
C. free use domain
D. trademark zone

Computer Science & Information Technology

What are the class access modifiers in C#?

What will be an ideal response?

Computer Science & Information Technology