A10 Networks Interview Question

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

Interview Answer

Anonymous

Apr 4, 2018

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