Answer:
Four times
Explanation:
Metcalfe's Law is a theory used in digital networks and telecommunications to symbolize the value of a network. According to the law a network's impact is the square of the number of nodes in that network at that given time. For instance, if a network has 10 nodes, its intrinsic value will be 100 (10 * 10).
The law also states that if a second computer is connected to a first, the value of the network created will be four times bigger than the value of the original computer.
Answer and Explanation:
In C programming language:
char fun(int*a, int*b){
printf("enter two integers: ");
scanf("%d%d",a,b);
int e;
printf("please enter a character: ");
e=getchar();
return e;
}
int main(int argc, char *argv[]) {
int d;
int f;
int g;
fun();
printf("%d%d%d", d, f, g);
}
We have declared a function fun type char above and called it in main. Note how he use the getchar function in c which reads the next available character(after the user inputs with printf()) and returns it as an integer. We then return the variable e holding the integer value as char fun() return value.
Answer:
Using word documents instead of paper can save lots of paper especially, when lots of people are doing that already. Using emails can reduce the amounts of letters being sent to people.