As shown in the output of the grep SOCK_STREAM /usr/include/bits/socket.h command in the following session, the value of the SOCK_STREAM symbol is 1.
What will be an ideal response?
```
$ grep SOCK_STREAM /usr/include/bits/socket.h
SOCK_STREAM = 1, /* Sequenced, reliable, connection-based
#define SOCK_STREAM SOCK_STREAM
$
```
Computer Science & Information Technology
You might also like to view...
Fewer unintentional errors occur in applications when memory locations have the maximum scope needed.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
________ is a non-resident attribute.
a) A file stored on a non-NTFS volume b) Metadata describing a file stored on a non-NTFS volume c) A file attribute that NTFS could not fit on a file’s first MFT record and therefore had to place on the file’s second or third MFT record d) A file attribute that NTFS does not store in a file’s MFT records
Computer Science & Information Technology