i have a requirement like,an efficient data-structure in c should take ipv4 address as input and store it , search in that stored datastructre on demand basis. can we convert the ipaddress in to string and store it in a data-structure and check for its existence?if so how can we achieve this! can you please give me your valuable inputs to proceed.
thanks in advance.