Home
(current)
About
Contact
Reviews
ComputerLanguage.com
Longest-Running Tech Encyclopedia
Term of the Moment
agile software development
Look Up Another Term
Definition: percent sign
In certain programming languages, the percent sign (%) is used to indicate a type of variable. For example, in the following C statement, the %d indicates an integer variable.
printf ("The result is %d\n", amount);
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
misc