What is the value of length?

```
int length;
string s1 = “Programming is fun!”;
length = s1.size()

```

A. 20
B. 19
C. 25
D. 18


B. 19

Computer Science & Information Technology

You might also like to view...

All of the following are extensions for a bitmap graphic file, except _____.

A. .png B. .bmp C. .jpg D. .img

Computer Science & Information Technology

Which of the following is true?

(a) and are required closing tags. (b) is required, while is optional. (c) is optional, while is required. (d) and are optional closing tags.

Computer Science & Information Technology

You can apply an aggregate function to more than one field

Indicate whether the statement is true or false

Computer Science & Information Technology

An employee is granted access to only areas of a network folder needed to perform their job. Which of the following describes this form of access control?

A. Separation of duties B. Time of Day restrictions C. Implicit deny D. Least privilege

Computer Science & Information Technology