unsigned long la, lb, lc; printf("Longs are %lu %lu %lu", la, lb, lc); printf("Bad way to print longs %u %u %u", la, lb, lc); /* End of File */