%d

What is %d?


1.

It is a placeholder for a decimal integer in various programming languages

In the C programming language, the following code:

void main()

{

printf("%d", 6);

}

would give the output of

6

In that example, the %d acts as a placeholder for the number 6. So when it gets compiled, the %d gets replaced with a 6

2.

A markup used on aim to display the current date

See:%n

See:%t


84

Random Words:

1. Large primordial breasts, often found on ugly fat women. Guy 1: so how was cindy last night? Guy 2: dude, total neandertits. See sagg..
1. a shortened term for haribo commonly used with 'bo lovers hey butt munch! pass the 'bo! See abbreviation, slang, butt munch..
1. An underground IRCnetwork devoted to the discussion and legalization of marijuana, which began initial setup and testing on or around Au..