Placeholder characters define the position of a string or number that is inserted into a different string. This insertion is done by the application at run-time. Placeholder characters always start with a percent character (%) followed by a character (e.g., "%d" or "%s") that specifies the type of item that should be inserted into the given string. |