why %u is used for ?
%d is used to specify an integer, %u is used to specify an unsigned integer .
why %u is used for ?
%d is used to specify an integer, %u is used to specify an unsigned integer .
what is %u in C
The %u format specifier is implemented for fetching values from the address of a variable having unsigned decimal integer stored in the memory. This is used within printf() function for printing the unsigned integer variable.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us