Multiple choice The format specifier used for long unsigned is %u %ud %lu %l Reveal answer Fill a bubble to check yourself C Correct answer Explanation In C, the format specifier for an unsigned long integer is %lu.