The only one that would make sense in for this is C
Answer- C
Answer:
just find it
Explanation:
ambot lng kay wa mn gd nako to gi gunitan nya wa pd ko nimo gipa bantay nya biskan pag pabantayon ko nimo ilabay jd nakog saba
Answer: Switch, router, firewall
Explanation:
The function of the switch is to distribute the network to different networks similar in functioning to that of the hub but it performs filtering of the traffic present in the network using various traffic filtering algorithms.
The router whose main function is to route packets across the network is also used to connect between LANs and between LAN and a WAN.
The firewall is typically installed on systems or in servers or in routers with it most important function to filtering the traffic and minimize the packet delivery delay in LANs.
Answer:
Hmm maybe because its failing?
Explanation:
i actually dont know but it happens to me sometimes
A union is a data type that allows you to define that different data types take up the same space (e.g., an int and a float).
Usually this is not a very safe way of programming, but there can be specific reasons to do it.
- edit: I deliberately give the definition of a union here, because the question can be interpreted in multiple ways. So I see how you could interpret the question as the definition of a linked list as well.