Answer: The code below can display directory as stated in the question
Explanation:
char *
gnu_getcwd ()
{
size_t size = 100;
while (1)
{
char *buffer = (char *) xmalloc (size);
if (getcwd (buffer, size) == buffer)
return buffer;
free (buffer);
if (errno != ERANGE)
return 0;
size *= 2;
}
}
Answer:
chemistry is very important because everything you do is chemistry . our body is made up of chemicals . chemicals reactions occurs when be breathe ,eat , etc . All matter is made of chemicals so that chemistry is very important in our life
The two basic windows 8 setting for network security are
Public and private network. The private network settings mean that you can link
home group and make remote desktop connections. Public network settings entail the
greatest privacy. You should make sure file or device sharing is disabled for
having data copy.
<span> </span>
Answer:
True.
Explanation:
When there is delay and congestion in the network, we have to assign priority to some packets to avoid data loss. Class of service (CoS) does this prioritization by grouping similar traffic types such as ,voice, streaming video,e-mail etc. into classes.then it utilizes different levels(usually eight) of priority.It also modifies PCP field in 802.1q tag.
Answer:
having a backup disk or storing the information in the cloud
Explanation: