#include <stdio.h> enum {A=0,B,C,D,E,ERR,PRIV}; int ifInPrivRange(int *addr) { const unsigned int privaddrs[6][4] = { {10,0,0,0}, &nb...