Term of the Moment

ASCIIbetical


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.