Pergunta de entrevista da empresa Ericsson

why to use unsigned char to store an IP address as compared to other data types?

Resposta da entrevista

Sigiloso

22 de mai. de 2014

IP addresses are represented x.x.x.x , where x can be between 0-255 which is an unsigned byte or char.