aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C Programming
  • The format specifier used for long unsigned is
Multiple choice

The format specifier used for long unsigned is

  1. %u

  2. %ud

  3. %lu

  4. %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.

Keep practicing — related questions

  • Which of the following format specifiers is used to process unsigned hexadecimal values?
  • Which format specifier is used for printing an unsigned integer in hexadecimal number system?
  • Which of the following format specifiers is used to print integers?
  • The code used for denoting unsigned decimal integer in scanf is :
  • Which of the following is not the format specifier in C language?
  • Which of the following format specifiers is used in 'C' to print an integer argument in hexadecimal base?
  • ____ and ____ are the format specifiers used to print integers.
  • Which of the following type specifier is invalid in printf() functions?
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy