I need help writing a program that uses the functions:
uint32_t htonl(uint32_t hostlong)
uint32_t ntohl(uint32_t netlong)
bool isBigEndian() //This is the function that will return a 1 if the...