AI Features

Format Specifiers: Format_Character

This lesson explains the format_character, which is a part of formatted output.

We'll cover the following...

format_character

The following format characters are used in the wrtiefln() function:

  • b: an integer argument is displayed in the binary system.

  • o: an integer argument is displayed in the octal system.

  • x and X: an integer argument is displayed in the hexadecimal ...