YourDictionary

percent sign - technical definition


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



link/cite print suggestion box