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
Anonymous
by bit manipulation, right shift and bitwise and can get individual value in ipv4 format
Check out your Company Bowl for anonymous work chats.