Choose the special character that is used to indicate a blank space.
a.
```
␣
```
b.
```
```
c.
```
©
```
d.
```
&space;
```
b.
```
```
Computer Science & Information Technology
You might also like to view...
Which of the following audio file types is one of the most popular formats for distributing recorded music?
A) .mp3 B) .aiff C) .au D) .snd
Computer Science & Information Technology
What is the best case for a pattern P and string T in string matching?
a. O(n) b. O(log n) c. O(m log n) d. O(n^2)
Computer Science & Information Technology