Home
(current)
About
Contact
Reviews
ComputerLanguage.com
Longest-Running Tech Encyclopedia
Term of the Moment
desktop environment
Look Up Another Term
Definition: comma
In programming, the comma (,) is used to separate values in a function call. For example, in the C statement
printf ("The result is %s\n", amount);
the comma separates the display string from the name of the variable.
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