Answer:
nothing
Explanation:
Because the return type of the function is void. void means does not return any thing.
The syntax of the function:
type name( argument_1, argument_2,......)
{
statement;
}
in the declaration the type define the return type of the function.
it can be int, float, double, char, void etc.
For example:
int count( int index);
the return type of above function is int. So, it return integer.
similarly,
void count(int index);
it return type is void. So, it does not return any thing.
I would say the best clear answer is D, because A is a little bit unclear but I would say the best answer is D.
Why?
Mesh Topology is expensive considering more links as compared to Ring topology.
Answer:
.N. Generación & Descripción
1
Primera Generación
El período de primera generación: 1946-1959. Base del tubo de vacío.
2
Segunda Generación
El período de la segunda generación: 1959-1965. Base del Transistor
3
Tercera generación
El período de tercera generación: 1965-1971. Circuito integrado de base.
4
Cuarta Generación
El período de cuarta generación: 1971-1980. Base del Microprocesador VLSI.
5
Quinta Generación
El período de la quinta generación: 1980 en adelante. Base del Microprocesador ULSI.
Explanation:
espero y esto te sirva de algo