The answer is Cloud computing
Hope this helps-
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: E-mails
Explanation:
An E-mails is one of the type of digital message and also known as the dominant communication tool which is used for in the form of document in an organization where we can used it in different ways are as follows:
- Communicating with other employees related to rules and regulations of an organization
- Making various types of recommendations
- Used for an inquiry purpose
- providing various types of current status and new updates
According to the given question, Emails is one of the type of tool that is used as the communication medium and it is one of the flexible message delivery options which is widely used by an organizations.
Answer: 10,5,0
Explanation: i think its 10,5,0
srry if its wrong
E-mail administrators may make use of Circular Logging which overwrites a log file when it reaches a specified size or at the end of a specified time frame.Circular logging<span> is a method or feature used to conserve hard disk space by overwriting individual log files, thus keeping the transactional log to a minimum.</span>