Term of the Moment

AI image generator


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);