answersLogoWhite

0

%u is a printf format specifier that says to take the next argument and display it as an unsigned decimal number, assuming standard integer length.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

When you can use percent D in c language?

To define any integer type value.


Why you are use to c language?

I do use am a programmer, because C-language.


When use percent e and when use percent f?

%f is used for the floating value in programing languages like c,c++. these floating values are those which contain the decimal no.s like 23.76 etc to show these values we use %f. now %e is used for the exponent value in c language. Note: When in doubt, use %g


What percentage of brits can speak another language out of A 33 percent B 85 percent C 15 percent?

33%


How will you print percent in c language?

putchar ('%'); puts ("%"); printf ("%%"); etc...


What is the use of loader in c language?

There is no part called 'loader' in C language.


How do you write a programme in c language using arrays to copy diagonal elements of a 2-d array into a 1-d array?

TO use a c language first step is to know about the c language and the steps to use the c progrmming language with the help of any elders or with the teachers. TO use the arrays you have to get th eknowledge of "c" language


Which compiler you must use to run C language?

To run C language?! Your question makes no sense.


Explain use of graphics in C language?

C has nothing to do with graphics.


Where you use percent c and percent s in c language?

%c and %s are format characters used for input and output. These are mainly used in scanf and printf statements. %c is used for characters while %s is used for strings. For input, it is used to specify the type of the value to be read while for output, it is used to specify the type of the value to be printed.


Why don't use objects in c?

You don't use objects in C because C is not an object oriented language like C++.


What is the use of c-language?

Programming, mainly.