Write a statement that sets bit bitNumber of bitset flags “off.”

What will be an ideal response?

```
flags.reset(bitNumber);
```

Computer Science & Information Technology

You might also like to view...

A range name can contain up to ________ characters

A) 255 B) 300 C) 100 D) 25

Computer Science & Information Technology

Which term is best described by the following definition? Both NICs are active at the same time, and they each have their own MAC address

A) Active-live B) Active-standby C) Active-active D) Active-passive

Computer Science & Information Technology