answersLogoWhite

0

Why percent 3d is used in c coding?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

The string %3d in a format specification string means to convert the associated variable into a decimal with at least three digits of space allocated in the result buffer.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you create a game library for a c plus plus compiler used for 3D sonic the hedgehog games?

You would have to use coding.


The most widely used coding scheme used to represent data?

Binary is the base for all coding in a PC.


What is the most widely used coding scheme used to represent data?

ASCII


Factor Ac - 3ad - 2bc plus 6bd?

ac - 3ad - 2bc + 6bd = a(c - 3d) - 2b(c - 3d) = (a - 2b)(c - 3d)


Coding constants in c?

Coding constants in c means writing the constants in a certain way that the c language understands.


How do you make a game like Call of Duty?

With a list of programs here: Blender Unity 3d (Recommended) FPS Creator FPS Creator X10 Or you could just use something like C coding.


Factoring this expression as difference of squares c-6cd plus 9d-4?

(c - 3d - 2)(c - 3d + 2)


What is c plus plus coding used for?

C++ is used in virtually every field of programming, including gaming and multimedia, financial, scientific and industrial applications, as well as low-level subsystem programming.


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.


Factoring this expression as difference of squares c2-6cd plus 9d2-4?

(c - 3d - 2)(c - 3d + 2)


Factor c squared - 6cd plus 9d squared - 4?

c2 - 6cd + 9d2 - 4 The first three terms are a complete square = (c - 3d)2 - 4 Difference of two squares = (c - 3d + 2)(c - 3d - 2)


What is the difference of C percent and F percent?

(C - F) percent.