I am trying to print an uint16_t and uint32_t value, but it is not giving desired output.
#include #include <netinet/in.h>
int main() { uint32_t a=12,a1; uint16_t ...