%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. Amsome is like awesome, but way amsomer. This originated from a very bad tattoo proclaiming "I'm amsome" Did you see my ..
1. An expression of excitement. When one is really happy about something they often zaaaa, the more a's used the more the excitement...
1. A bigfoot or Sasquatch is a large hairy biped that looks somewhat human-like. Bigfoot usually range from 6ft to 10ft tall. They are bel..