Pergunta de entrevista da empresa A10 Networks

given a 4-byte hex value, e.g. 0xcf9087, convert it into the ipv4 format, e.g. a.b.c.d in binary by C programming language

Resposta da entrevista

Sigiloso

4 de abr. de 2018

by bit manipulation, right shift and bitwise and can get individual value in ipv4 format